Hjgugugjhuhjggg commited on
Commit
0d6647a
Β·
verified Β·
1 Parent(s): 02d107e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ print("Dispositivo:", device)
37
  Cargar modelos con VLLM
38
  modelos = {
39
  "gpt2-medium": VLLM(model="gpt2-medium"),
40
- "qwen2.5-0.5b": VLLM(model="qwen2.5-0.5b"),
 
41
  "t5-base": VLLM(model="t5-base"),
42
  "bert-base-uncased": VLLM(model="bert-base-uncased"),
43
  "musicgen-small": VLLM(model="musicgen-small"),
 
37
  Cargar modelos con VLLM
38
  modelos = {
39
  "gpt2-medium": VLLM(model="gpt2-medium"),
40
+ "qwen2.5-0.5b": VLLM(model="Qwen/Qwen2.5-0.5B-Instruct"),
41
+ "llamaxd": VLLM(model="Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf"),
42
  "t5-base": VLLM(model="t5-base"),
43
  "bert-base-uncased": VLLM(model="bert-base-uncased"),
44
  "musicgen-small": VLLM(model="musicgen-small"),