Skip to content

Commit fd8963a

Browse files
committed
upload ouro-1.4 model; isolate some CI actions.
1 parent 448cea5 commit fd8963a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/build-linux-cross.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
ubuntu-24-riscv64-cpu-cross:
88
runs-on: ubuntu-24.04
9+
if: false
910

1011
steps:
1112
- uses: actions/checkout@v4
@@ -143,6 +144,7 @@ jobs:
143144

144145
ubuntu-24-ppc64el-cpu-cross:
145146
runs-on: ubuntu-24.04
147+
if: false
146148

147149
steps:
148150
- uses: actions/checkout@v4

scripts/models.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,6 +3504,15 @@
35043504
"url": "chatllm_quantized_ouro/ouro-2.6b-thinking-f16.bin"
35053505
}
35063506
}
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+
}
35073516
}
35083517
}
35093518
}

0 commit comments

Comments
 (0)