Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ torch>=2.0.0
|
|
4 |
transformers>=4.30
|
5 |
sentencepiece>=0.1.97
|
6 |
gTTS>=2.3.1
|
7 |
-
llama-cpp-python>=0.2.72
|
|
|
|
|
|
4 |
transformers>=4.30
|
5 |
sentencepiece>=0.1.97
|
6 |
gTTS>=2.3.1
|
7 |
+
llama-cpp-python>=0.2.72 \
|
8 |
+
--extra-index-url https://jllllll.github.io/llama-cpp-python-cuBLAS-wheels/AVX2/CPU \
|
9 |
+
--only-binary :all:
|