Kal1510 commited on
Commit
424ae41
·
verified ·
1 Parent(s): ad32d76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-win_amd64.whl"
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: