kamran-r123 commited on
Commit
f690b14
·
verified ·
1 Parent(s): 08a7f64

Update main.py

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