Spaces:
Running
on
T4
Running
on
T4
ffreemt
commited on
Commit
•
2524cc7
1
Parent(s):
9257c81
Fix torch==2.0.1 in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ einops
|
|
9 |
# pip install csrc/layer_norm
|
10 |
# pip install csrc/rotary
|
11 |
|
12 |
-
torch # 2.0.1
|
13 |
safetensors
|
14 |
|
15 |
# bitsandbytes
|
|
|
9 |
# pip install csrc/layer_norm
|
10 |
# pip install csrc/rotary
|
11 |
|
12 |
+
torch==2.0.1 # 2.0.1
|
13 |
safetensors
|
14 |
|
15 |
# bitsandbytes
|