Pudding48 commited on
Commit
10d892e
·
verified ·
1 Parent(s): f62a847

Update qabot.py

Browse files
Files changed (1) hide show
  1. qabot.py +0 -5
qabot.py CHANGED
@@ -7,11 +7,6 @@ from langchain_community.vectorstores import FAISS
7
 
8
  from huggingface_hub import hf_hub_download
9
 
10
- import os
11
-
12
- # Fix Hugging Face cache path for Docker Spaces
13
- os.environ["HF_HOME"] = "/home/user/app/hf_cache"
14
-
15
  # !pip install llama-cpp-python
16
 
17
  # from llama_cpp import Llama
 
7
 
8
  from huggingface_hub import hf_hub_download
9
 
 
 
 
 
 
10
  # !pip install llama-cpp-python
11
 
12
  # from llama_cpp import Llama