TobDeBer commited on
Commit
613b016
·
verified ·
1 Parent(s): 268e9eb

Update models.json

Browse files
Files changed (1) hide show
  1. models.json +4 -4
models.json CHANGED
@@ -2,12 +2,12 @@
2
  "local_dir": "./models",
3
  "models": [
4
  {
5
- "name": "GPT OSS 120b Q3",
6
- "repo_id": "unsloth/gpt-oss-120b-GGUF",
7
- "folder_name": "UD-Q4_K_XL"
8
  },
9
  {
10
- "name": "Qwen3 Next 80b Q5",
11
  "repo_id": "lefromage/Qwen3-Next-80B-A3B-Instruct-GGUF",
12
  "file_name": "Qwen__Qwen3-Next-80B-A3B-Instruct-Q5_K_M.gguf"
13
  }
 
2
  "local_dir": "./models",
3
  "models": [
4
  {
5
+ "name": "Qwen3 30b 2507 Q5 (21.7 GB)",
6
+ "repo_id": "unsloth/Qwen3-30B-A3B-Instruct-2507-GGUF",
7
+ "file_name": "Qwen3-30B-A3B-Instruct-2507-UD-Q5_K_XL.gguf"
8
  },
9
  {
10
+ "name": "Qwen3 Next 80b Q5 (56.7 GB)",
11
  "repo_id": "lefromage/Qwen3-Next-80B-A3B-Instruct-GGUF",
12
  "file_name": "Qwen__Qwen3-Next-80B-A3B-Instruct-Q5_K_M.gguf"
13
  }