Spaces:
Running
Running
RakeshUtekar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def main():
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"meta-llama/Llama-3.1-405B-Instruct",
|
59 |
-
"Qwen/
|
60 |
"deepseek-ai/DeepSeek-V3",
|
61 |
"EleutherAI/gpt-neox-20b"
|
62 |
|
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"meta-llama/Llama-3.1-405B-Instruct",
|
59 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
60 |
"deepseek-ai/DeepSeek-V3",
|
61 |
"EleutherAI/gpt-neox-20b"
|
62 |
|