Spaces:
Sleeping
Sleeping
WilliamGazeley
commited on
Commit
·
424b0c1
1
Parent(s):
b2609d9
Fix wheel URI
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
-
git+https://github.com/vllm-project/vllm/releases/download/
|
4 |
streamlit
|
5 |
transformers
|
6 |
torch
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
+
git+https://github.com/vllm-project/vllm/releases/download/v0.4.0/vllm-0.4.0+cu118-cp39-cp39-manylinux1_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
|
4 |
streamlit
|
5 |
transformers
|
6 |
torch
|