Aspik101 commited on
Commit
3522fdb
1 Parent(s): 1b3b996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ params = {
14
  "batch_size": 8}
15
 
16
 
17
- url = "https://huggingface.co/Aspik101/trurl-2-7b-GGML/blob/main/trurl-2-7b.ggmlv3.q8_0.bin"
18
- model_loc, file_size = dl_hf_model(url)
19
  llm = AutoModelForCausalLM.from_pretrained("Aspik101/trurl-2-7b-GGML", model_type="llama")
20
 
21
  with gr.Blocks() as demo:
 
14
  "batch_size": 8}
15
 
16
 
17
+ #url = "https://huggingface.co/Aspik101/trurl-2-7b-GGML/blob/main/trurl-2-7b.ggmlv3.q8_0.bin"
18
+ #model_loc, file_size = dl_hf_model(url)
19
  llm = AutoModelForCausalLM.from_pretrained("Aspik101/trurl-2-7b-GGML", model_type="llama")
20
 
21
  with gr.Blocks() as demo: