Update pyproject.toml
This commit is contained in:
parent
f1508c9259
commit
bbddf37b7e
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ windows=[
|
|||
"bitsandbytes>=0.45.5 ; platform_system == 'Windows'",
|
||||
"xformers>=0.0.22.post7 ; platform_system == 'Windows'",
|
||||
]
|
||||
base = [
|
||||
"unsloth[huggingface]",
|
||||
]
|
||||
cu118only = [
|
||||
"xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp39-cp39-manylinux2014_x86_64.whl ; python_version=='3.9' and platform_system == 'Linux'",
|
||||
"xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp310-cp310-manylinux2014_x86_64.whl ; python_version=='3.10' and platform_system == 'Linux'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue