Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt to specify torch version 2.1.2
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ compress-pickle
|
|
8 |
transformers
|
9 |
adapters
|
10 |
tqdm
|
|
|
11 |
pyarrow
|
12 |
numba==0.58.1
|
13 |
umap-learn==0.5.7
|
|
|
8 |
transformers
|
9 |
adapters
|
10 |
tqdm
|
11 |
+
torch==2.1.2
|
12 |
pyarrow
|
13 |
numba==0.58.1
|
14 |
umap-learn==0.5.7
|