Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
12 |
from langchain.schema import Document
|
13 |
print("start2")
|
14 |
|
15 |
-
wheel_file = "llama_cpp_python-0.3.4-cp310-cp310-
|
16 |
|
17 |
# Check if already installed to avoid reinstalling
|
18 |
try:
|
|
|
12 |
from langchain.schema import Document
|
13 |
print("start2")
|
14 |
|
15 |
+
wheel_file = "llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl"
|
16 |
|
17 |
# Check if already installed to avoid reinstalling
|
18 |
try:
|