danishmuhammad commited on
Commit
e4fa4da
·
verified ·
1 Parent(s): b018467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ fourbit_models = [
18
  ] # More models at https://huggingface.co/unsloth
19
 
20
  model, tokenizer = FastLanguageModel.from_pretrained(
21
- model_name = "PrunaAI/danishmuhammad-ccat2025_llama_lora_16bit-bnb-8bit-smashed",
22
  max_seq_length = max_seq_length,
23
  dtype = dtype,
24
  load_in_4bit = load_in_4bit,
 
18
  ] # More models at https://huggingface.co/unsloth
19
 
20
  model, tokenizer = FastLanguageModel.from_pretrained(
21
+ model_name = "danishmuhammad/ccat2025_llama_gguf",
22
  max_seq_length = max_seq_length,
23
  dtype = dtype,
24
  load_in_4bit = load_in_4bit,