Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
-
torch
|
| 3 |
-
|
| 4 |
-
numpy
|
|
|
|
| 1 |
huggingface_hub==0.22.2
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
tiktoken
|
|
|