Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
diffusers
|
3 |
spaces
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
-
git+https://github.com/huggingface/peft.git
|
|
|
|
|
|
1 |
+
huggingface-hub
|
|
|
2 |
spaces
|
3 |
git+https://github.com/huggingface/transformers.git
|
4 |
git+https://github.com/huggingface/accelerate.git
|
5 |
+
git+https://github.com/huggingface/peft.git
|
6 |
+
opencv-python
|
7 |
+
vllm --pre --extra-index-url https://wheels.vllm.ai/nightly --upgrade
|