Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,5 +8,5 @@ accelerate==0.29.1
|
|
8 |
einops==0.7.0
|
9 |
tokenizers==0.19.1
|
10 |
vllm==0.4.2
|
11 |
-
gradio
|
12 |
-
torch==2.
|
|
|
8 |
einops==0.7.0
|
9 |
tokenizers==0.19.1
|
10 |
vllm==0.4.2
|
11 |
+
gradio
|
12 |
+
torch==2.3.0 # Updated to match vLLM's requirement
|