sjdata commited on
Commit
fab06db
1 Parent(s): 3b240d8

Fixed application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import hf_hub_download
3
 
4
  hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
5
- llm = Llama(model_path="./ggjt-model.bin")
6
 
7
  from llama_cpp import Llama
8
 
 
2
  from huggingface_hub import hf_hub_download
3
 
4
  hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
5
+ llm = Llama(model_path="ggjt-model.bin")
6
 
7
  from llama_cpp import Llama
8