mobinln commited on
Commit
619ea1e
·
verified ·
1 Parent(s): 3465cac

use NousResearch/Hermes-3-Llama-3.2-3B-GGUF

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import re
2
  import gradio as gr
3
  from llama_cpp import Llama
4
 
5
- model = "bartowski/DeepSeek-R1-Distill-Qwen-1.5B-GGUF"
6
  llm = Llama.from_pretrained(
7
  repo_id=model,
8
  filename="*Q6_K.gguf",
 
2
  import gradio as gr
3
  from llama_cpp import Llama
4
 
5
+ model = "NousResearch/Hermes-3-Llama-3.2-3B-GGUF"
6
  llm = Llama.from_pretrained(
7
  repo_id=model,
8
  filename="*Q6_K.gguf",