kamran-r123 commited on
Commit
e97eb3c
·
verified ·
1 Parent(s): 8e7163b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
7
  from llama_cpp import Llama
8
 
9
 
10
- model_id = "failspy/Meta-Llama-3-8B-Instruct-abliterated-v3"
11
  filename="Meta-Llama-3-8B-Instruct-abliterated-v3_q6.gguf"
12
  # model_path = hf_hub_download(repo_id=model_id, filename="Meta-Llama-3-8B-Instruct-abliterated-v3_q6.gguf", token=os.environ['HF_TOKEN'])
13
  # model = Llama(model_path=model_path, n_gpu_layers=-1, n_ctx=4096, verbose=False)
 
7
  from llama_cpp import Llama
8
 
9
 
10
+ model_id = "failspy/Meta-Llama-3-8B-Instruct-abliterated-v3-GGUF"
11
  filename="Meta-Llama-3-8B-Instruct-abliterated-v3_q6.gguf"
12
  # model_path = hf_hub_download(repo_id=model_id, filename="Meta-Llama-3-8B-Instruct-abliterated-v3_q6.gguf", token=os.environ['HF_TOKEN'])
13
  # model = Llama(model_path=model_path, n_gpu_layers=-1, n_ctx=4096, verbose=False)