Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -9,6 +9,6 @@ torchvision
|
|
| 9 |
av # video decoding (no CUDA version lock unlike torchcodec)
|
| 10 |
Pillow>=10.0.0
|
| 11 |
numpy>=1.24.0
|
| 12 |
-
llama-cpp-python>
|
| 13 |
huggingface-hub>=0.24.0
|
| 14 |
aiofiles>=23.0.0
|
|
|
|
| 9 |
av # video decoding (no CUDA version lock unlike torchcodec)
|
| 10 |
Pillow>=10.0.0
|
| 11 |
numpy>=1.24.0
|
| 12 |
+
llama-cpp-python>0.3.9
|
| 13 |
huggingface-hub>=0.24.0
|
| 14 |
aiofiles>=23.0.0
|