We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448cea5 commit fd8963aCopy full SHA for fd8963a
.github/workflows/build-linux-cross.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
ubuntu-24-riscv64-cpu-cross:
8
runs-on: ubuntu-24.04
9
+ if: false
10
11
steps:
12
- uses: actions/checkout@v4
@@ -143,6 +144,7 @@ jobs:
143
144
145
ubuntu-24-ppc64el-cpu-cross:
146
147
148
149
150
scripts/models.json
@@ -3504,6 +3504,15 @@
3504
"url": "chatllm_quantized_ouro/ouro-2.6b-thinking-f16.bin"
3505
}
3506
3507
+ },
3508
+ "1.4b-thinking": {
3509
+ "default": "q8",
3510
+ "quantized": {
3511
+ "q8": {
3512
+ "size": 1526153152,
3513
+ "url": "chatllm_quantized_ouro/ouro-1.4b-thinking.bin"
3514
+ }
3515
3516
3517
3518
0 commit comments