Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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,
|