Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -8,10 +8,11 @@
|
|
| 8 |
#-e git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 9 |
|
| 10 |
# Core libraries for machine learning and image processing
|
|
|
|
| 11 |
torch>=1.10
|
| 12 |
opencv-python-headless
|
| 13 |
pillow
|
| 14 |
-
|
| 15 |
# Hugging Face transformers from GitHub to ensure we have the latest features
|
| 16 |
git+https://github.com/huggingface/transformers.git
|
| 17 |
|
|
|
|
| 8 |
#-e git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 9 |
|
| 10 |
# Core libraries for machine learning and image processing
|
| 11 |
+
pip == 24.0
|
| 12 |
torch>=1.10
|
| 13 |
opencv-python-headless
|
| 14 |
pillow
|
| 15 |
+
|
| 16 |
# Hugging Face transformers from GitHub to ensure we have the latest features
|
| 17 |
git+https://github.com/huggingface/transformers.git
|
| 18 |
|