Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
| 282 |
# Load Models and Pipelines for Chat, Image, and Multimodal Processing
|
| 283 |
# Load the text-only model and tokenizer (for pure text chat)
|
| 284 |
|
| 285 |
-
model_id = "prithivMLmods/FastThink-0.5B-Tiny
|
| 286 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 287 |
model = AutoModelForCausalLM.from_pretrained(
|
| 288 |
model_id,
|
|
|
|
| 282 |
# Load Models and Pipelines for Chat, Image, and Multimodal Processing
|
| 283 |
# Load the text-only model and tokenizer (for pure text chat)
|
| 284 |
|
| 285 |
+
model_id = "prithivMLmods/Ganymede-Llama-3.3-3B-Preview" #prithivMLmods/FastThink-0.5B-Tiny
|
| 286 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 287 |
model = AutoModelForCausalLM.from_pretrained(
|
| 288 |
model_id,
|