Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
6f43b7c
1
Parent(s):
eab1886
fix llama_cpp to 0.2.11 , latest seems to bug
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from __future__ import annotations
|
|
2 |
import os
|
3 |
# we need to compile a CUBLAS version
|
4 |
# Or get it from https://jllllll.github.io/llama-cpp-python-cuBLAS-wheels/
|
5 |
-
os.system('CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python')
|
6 |
|
7 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
8 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
|
|
2 |
import os
|
3 |
# we need to compile a CUBLAS version
|
4 |
# Or get it from https://jllllll.github.io/llama-cpp-python-cuBLAS-wheels/
|
5 |
+
os.system('CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python==0.2.11')
|
6 |
|
7 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
8 |
os.environ["COQUI_TOS_AGREED"] = "1"
|