Monster commited on
Commit
38bfa87
1 Parent(s): e8f8a81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ from gradio.themes.base import Base
5
  from gradio.themes.utils import colors, fonts, sizes
6
 
7
  from llama_cpp import Llama
8
- from huggingface_hub import hf_hub_download
9
 
10
- hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
11
  llm = Llama(model_path="./ggjt-model.bin")
12
 
13
 
 
5
  from gradio.themes.utils import colors, fonts, sizes
6
 
7
  from llama_cpp import Llama
8
+ #from huggingface_hub import hf_hub_download
9
 
10
+ #hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
11
  llm = Llama(model_path="./ggjt-model.bin")
12
 
13