Aspik101 commited on
Commit
cd25fb2
1 Parent(s): 8e5921f

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
  url = "https://huggingface.co/Aspik101/trurl-2-13b-GGML/blob/main/trurl-2-13b.ggmlv3.q8_0.bin"
17
- model_loc, file_size = dl_hf_model(url)
18
- llm = AutoModelForCausalLM.from_pretrained(model_loc, model_type="llama")
19
 
20
  with gr.Blocks() as demo:
21
  chatbot = gr.Chatbot()
 
14
  "batch_size": 8}
15
 
16
  url = "https://huggingface.co/Aspik101/trurl-2-13b-GGML/blob/main/trurl-2-13b.ggmlv3.q8_0.bin"
17
+ #model_loc, file_size = dl_hf_model(url)
18
+ llm = AutoModelForCausalLM.from_pretrained("Aspik101/trurl-2-13b-GGML", model_type="llama")
19
 
20
  with gr.Blocks() as demo:
21
  chatbot = gr.Chatbot()