Hjgugugjhuhjggg
commited on
Update app.py
Browse files
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="
|
|
|
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"),
|