Ahmed007 commited on
Commit
6f8e29e
·
verified ·
1 Parent(s): f0c90b5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -9,8 +9,8 @@ from langchain.schema.output_parser import StrOutputParser
9
  app = Flask(__name__)
10
 
11
  # Download model
12
- if not os.path.exists('phi-2.Q4_K_M.gguf'):
13
- os.system('wget https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf')
14
 
15
  # Disable GPU usage
16
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
 
9
  app = Flask(__name__)
10
 
11
  # Download model
12
+ # if not os.path.exists('phi-2.Q4_K_M.gguf'):
13
+ # os.system('wget https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf')
14
 
15
  # Disable GPU usage
16
  os.environ["CUDA_VISIBLE_DEVICES"] = "-1"