Spaces:
Runtime error
Runtime error
shivam9980
commited on
Commit
•
877090e
1
Parent(s):
f693cfa
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
unsloth[cu121] @ git+https://github.com/unslothai/unsloth.git
|
2 |
-
|
3 |
-
pytorch-cuda>11.8
|
4 |
pytorch
|
5 |
cudatoolkit
|
6 |
xformers
|
7 |
trl
|
8 |
peft
|
9 |
accelerate
|
10 |
-
bitsandbytes @ git+https://github.com/TimDettmers/bitsandbytes.git
|
11 |
-
torch==1.13.1+cu121 --extra-index-url https://download.pytorch.org/whl/cu116
|
|
|
1 |
unsloth[cu121] @ git+https://github.com/unslothai/unsloth.git
|
2 |
+
torch==1.13.1+cu121 --extra-index-url https://download.pytorch.org/whl/cu116
|
|
|
3 |
pytorch
|
4 |
cudatoolkit
|
5 |
xformers
|
6 |
trl
|
7 |
peft
|
8 |
accelerate
|
9 |
+
bitsandbytes @ git+https://github.com/TimDettmers/bitsandbytes.git
|
|