Spaces:
Sleeping
Sleeping
WilliamGazeley
commited on
Commit
·
b2609d9
1
Parent(s):
ae5c2ed
Try fix cuda version
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
torch
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
git+https://github.com/vllm-project/vllm/releases/download/v${VLLM_VERSION}/vllm-0.4.0+cu118-cp${PYTHON_VERSION}-cp39-manylinux1_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
|
4 |
streamlit
|
5 |
transformers
|
6 |
torch
|