AnasRehman12 commited on
Commit
7068443
β€’
1 Parent(s): 09ce8e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -7,10 +7,7 @@ CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python --forc
7
 
8
  subprocess.run(bash_command, shell=True)
9
 
10
- # For download the models
11
- !pip install huggingface_hub
12
- #hehe
13
- !pip install gradio
14
 
15
  model_name_or_path = "TheBloke/Luna-AI-Llama2-Uncensored-GGML"
16
  model_basename = "luna-ai-llama2-uncensored.ggmlv3.q5_0.bin" # the model is in bin format
 
7
 
8
  subprocess.run(bash_command, shell=True)
9
 
10
+
 
 
 
11
 
12
  model_name_or_path = "TheBloke/Luna-AI-Llama2-Uncensored-GGML"
13
  model_basename = "luna-ai-llama2-uncensored.ggmlv3.q5_0.bin" # the model is in bin format