rahul7star commited on
Commit
810730b
·
verified ·
1 Parent(s): e9c4b77

Update app_gguf.py

Browse files
Files changed (1) hide show
  1. app_gguf.py +1 -1
app_gguf.py CHANGED
@@ -14,7 +14,7 @@ import llama_cpp
14
  print(llama_cpp.__file__)
15
  print(llama_cpp.__version__)
16
 
17
- huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
18
 
19
  hf_hub_download(
20
  repo_id="unsloth/Qwen3-Coder-Next-GGUF",
 
14
  print(llama_cpp.__file__)
15
  print(llama_cpp.__version__)
16
 
17
+ huggingface_token = os.getenv("HF_TOKEN")
18
 
19
  hf_hub_download(
20
  repo_id="unsloth/Qwen3-Coder-Next-GGUF",