Rudrresh commited on
Commit
262e761
·
verified ·
1 Parent(s): be47219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from huggingface_hub import hf_hub_download
5
  # Load the LLM from GGUF file
6
 
7
- repo_id = "Hiridharan10/llama-3-3b-coder-V2-gguf"
8
 
9
  model_file = "llama-3-3b-coder.gguf"
10
  model_path = hf_hub_download(repo_id = repo_id, filename=model_file)
 
4
  from huggingface_hub import hf_hub_download
5
  # Load the LLM from GGUF file
6
 
7
+ repo_id = "Rudrresh/cdoeforces-llama-gguf"
8
 
9
  model_file = "llama-3-3b-coder.gguf"
10
  model_path = hf_hub_download(repo_id = repo_id, filename=model_file)