We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa735c commit a826e60Copy full SHA for a826e60
2 files changed
pyproject.toml
@@ -133,9 +133,9 @@ cpu = [
133
"transformers==4.57.3",
134
"triton>=2.0.0; sys_platform=='linux'",
135
"trl>=0.23.0",
136
- "unsloth[cu128-torch291]==2025.12.4",
137
- "unsloth_zoo==2025.12.4",
138
- "vllm==0.15.0",
+ "unsloth[cu128-torch291]==2025.12.4; sys_platform=='linux'",
+ "unsloth_zoo==2025.12.4; sys_platform=='linux'",
+ "vllm==0.15.0; sys_platform=='linux'",
139
]
140
141
cu128 = [
0 commit comments