Spaces:
Running
on
Zero
Running
on
Zero
add minicpm3 4b
Browse files
app.py
CHANGED
@@ -37,6 +37,11 @@ st.markdown("""
|
|
37 |
REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
|
38 |
|
39 |
MODELS = {
|
|
|
|
|
|
|
|
|
|
|
40 |
"Qwen2.5-3B-Instruct (Q4_K_M)": {
|
41 |
"repo_id": "Qwen/Qwen2.5-3B-Instruct-GGUF",
|
42 |
"filename": "qwen2.5-3b-instruct-q4_k_m.gguf",
|
|
|
37 |
REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
|
38 |
|
39 |
MODELS = {
|
40 |
+
"MiniCPM3-4B (Q4_K_M)": {
|
41 |
+
"repo_id": "openbmb/MiniCPM3-4B-GGUF",
|
42 |
+
"filename": "minicpm3-4b-q4_k_m.gguf",
|
43 |
+
"description": "MiniCPM3-4B (Q4_K_M)"
|
44 |
+
},
|
45 |
"Qwen2.5-3B-Instruct (Q4_K_M)": {
|
46 |
"repo_id": "Qwen/Qwen2.5-3B-Instruct-GGUF",
|
47 |
"filename": "qwen2.5-3b-instruct-q4_k_m.gguf",
|