We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad307d commit 3f18c59Copy full SHA for 3f18c59
1 file changed
.github/workflows/upload-models.yaml
@@ -405,7 +405,7 @@ jobs:
405
mkdir $d
406
pushd $d
407
408
- curl -SL -O https://www.modelscope.cn/models/zengshuishui/FunASR-nano-onnx/resolve/master/llm_int8/llm.int8.onnx
+ curl -SL -O https://modelscope.cn/models/zengshuishui/FunASR-nano-onnx/resolve/master/llm_int8_compat/llm.int8.onnx
409
curl -SL -O https://www.modelscope.cn/models/zengshuishui/FunASR-nano-onnx/resolve/master/embedding.int8.onnx
410
curl -SL -O https://www.modelscope.cn/models/zengshuishui/FunASR-nano-onnx/resolve/master/encoder_adaptor.int8.onnx
411
0 commit comments