Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -9
src/streamlit_app.py
CHANGED
@@ -441,15 +441,7 @@ LLM_DATABASE = {
|
|
441 |
{ "name": "OpenOrca-Platypus-13B", "size": "7.3GB", "description": "Combined reasoning model" }
|
442 |
|
443 |
],
|
444 |
-
|
445 |
-
{ name: "Qwen-14B", size: "7.8GB", description: "Alibaba's large multilingual" },
|
446 |
-
{ name: "Baichuan2-13B", size: "7.5GB", description: "Large Chinese-English model" },
|
447 |
-
{ name: "InternLM-20B", size: "11.0GB", description: "Shanghai AI Lab's large model" },
|
448 |
-
{ name: "Chinese-Alpaca-Plus-13B", size: "7.4GB", description: "Enhanced Chinese model" },
|
449 |
-
{ name: "Polyglot-Ko-13B", size: "7.3GB", description: "Large Korean model" }
|
450 |
-
|
451 |
-
|
452 |
-
]
|
453 |
},
|
454 |
"high": { # 17-32GB
|
455 |
"general": [
|
|
|
441 |
{ "name": "OpenOrca-Platypus-13B", "size": "7.3GB", "description": "Combined reasoning model" }
|
442 |
|
443 |
],
|
444 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
},
|
446 |
"high": { # 17-32GB
|
447 |
"general": [
|