Spaces:
Sleeping
Sleeping
Commit
·
4a00518
1
Parent(s):
dd398cc
llama-cpp pre build
Browse files- .gitignore +1 -0
- requirements.txt +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
colin-tts.md
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio>=4.44.0
|
|
|
|
| 2 |
llama-cpp-python>=0.3.5
|
| 3 |
qdrant-client>=1.9.1
|
| 4 |
huggingface_hub>=0.24.0
|
|
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
llama-cpp-python>=0.3.5
|
| 4 |
qdrant-client>=1.9.1
|
| 5 |
huggingface_hub>=0.24.0
|