Skip to content

Commit 0ae3834

Browse files
committed
upload exaone-4 models
1 parent 9b73669 commit 0ae3834

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

scripts/models.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,35 @@
17631763
}
17641764
}
17651765
},
1766+
"exaone4": {
1767+
"brief": "EXAONE 4.0, which integrates a Non-reasoning mode and Reasoning mode to achieve both the excellent usability of EXAONE 3.5 and the advanced reasoning abilities of EXAONE Deep.",
1768+
"default": "1.2b",
1769+
"license": "EXAONE AI Model License Agreement 1.2 - NC",
1770+
"variants": {
1771+
"1.2b": {
1772+
"default": "q8",
1773+
"quantized": {
1774+
"q8": {
1775+
"size": 1362869568,
1776+
"url": "chatllm_quantized_exaone/exaone-4.0-1.2b.bin"
1777+
}
1778+
}
1779+
},
1780+
"32b": {
1781+
"default": "q4_0",
1782+
"quantized": {
1783+
"q4_0": {
1784+
"size": 18007298320,
1785+
"url": "chatllm_quantized_exaone/exaone-4.0-32b-q4_0.bin"
1786+
},
1787+
"q4_1": {
1788+
"size": 20007457040,
1789+
"url": "chatllm_quantized_exaone/exaone-4.0-32b-q4_1.bin"
1790+
}
1791+
}
1792+
}
1793+
}
1794+
},
17661795
"telechat2": {
17671796
"brief": "TeleChat2 is a large language model trained by the Artificial Intelligence Research Institute of China Telecom.",
17681797
"default": "3b",
@@ -3159,5 +3188,21 @@
31593188
}
31603189
}
31613190
}
3191+
},
3192+
"gpt-oss": {
3193+
"brief": "OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases.",
3194+
"default": "20b",
3195+
"license": "Apache License 2.0",
3196+
"variants": {
3197+
"20b": {
3198+
"default": "q8",
3199+
"quantized": {
3200+
"q8": {
3201+
"size": 22252508416,
3202+
"url": "chatllm_quantized_gpt/gpt-oss-20b.bin"
3203+
}
3204+
}
3205+
}
3206+
}
31623207
}
31633208
}

0 commit comments

Comments
 (0)