prnv19 commited on
Commit
f09f18a
1 Parent(s): 11f9b19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ description = """
14
 
15
  model_path = "models"
16
  model_name = "tamil-llama-7b-v0.1-q5_k_m.gguf"
17
- hf_hub_download(repo_id="abhinand/tamil-llama-7b-instruct-v0.1-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
18
 
19
  print("Start the model init process")
20
  model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
 
14
 
15
  model_path = "models"
16
  model_name = "tamil-llama-7b-v0.1-q5_k_m.gguf"
17
+ hf_hub_download(repo_id="prnv19/Tamil-Transformer-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
18
 
19
  print("Start the model init process")
20
  model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")