prithivMLmods commited on
Commit
7edb1fe
·
verified ·
1 Parent(s): 0c6462c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
260
  # Load Models and Pipelines for Chat, Image, and Multimodal Processing
261
  # Load the text-only model and tokenizer (for pure text chat)
262
 
263
- model_id = "prithivMLmods/Evac-Opus-14B-Exp"
264
  tokenizer = AutoTokenizer.from_pretrained(model_id)
265
  model = AutoModelForCausalLM.from_pretrained(
266
  model_id,
 
260
  # Load Models and Pipelines for Chat, Image, and Multimodal Processing
261
  # Load the text-only model and tokenizer (for pure text chat)
262
 
263
+ model_id = "prithivMLmods/FastThink-0.5B-Tiny"
264
  tokenizer = AutoTokenizer.from_pretrained(model_id)
265
  model = AutoModelForCausalLM.from_pretrained(
266
  model_id,