Luigi commited on
Commit
b1544e2
·
1 Parent(s): f5c0811

add llama 3.2 taiwan 3b

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -37,6 +37,11 @@ st.markdown("""
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",
 
37
  REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
38
 
39
  MODELS = {
40
+ "Llama-3.2-Taiwan-3B-Instruct (Q4_K_M)": {
41
+ "repo_id": "itlwas/Llama-3.2-Taiwan-3B-Instruct-Q4_K_M-GGUF",
42
+ "filename": "llama-3.2-taiwan-3b-instruct-q4_k_m.gguf",
43
+ "description": "Llama-3.2-Taiwan-3B-Instruct (Q4_K_M)"
44
+ },
45
  "MiniCPM3-4B (Q4_K_M)": {
46
  "repo_id": "openbmb/MiniCPM3-4B-GGUF",
47
  "filename": "minicpm3-4b-q4_k_m.gguf",