mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
Fix CI
This commit is contained in:
parent
0f58aae343
commit
f927c91ce1
4
.github/workflows/ljspeech.yml
vendored
4
.github/workflows/ljspeech.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
||||
id: set-matrix
|
||||
run: |
|
||||
# outputting for debugging purposes
|
||||
python ./.github/scripts/docker/generate_build_matrix.py
|
||||
MATRIX=$(python ./.github/scripts/docker/generate_build_matrix.py)
|
||||
python ./.github/scripts/docker/generate_build_matrix.py --min-torch-version "2.3"
|
||||
MATRIX=$(python ./.github/scripts/docker/generate_build_matrix.py --min-torch-version "2.3")
|
||||
echo "::set-output name=matrix::${MATRIX}"
|
||||
|
||||
ljspeech:
|
||||
|
@ -176,6 +176,15 @@ The above command generates the following files:
|
||||
|
||||
where the 2 in `model-steps-2.onnx` means it uses 2 steps for the ODE solver.
|
||||
|
||||
**HINT**: If you get the following error while running `export_onnx.py`:
|
||||
|
||||
```
|
||||
torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
|
||||
'aten::scaled_dot_product_attention' to ONNX opset version 14 is not supported.
|
||||
```
|
||||
|
||||
please use `torch>=2.2.0`.
|
||||
|
||||
|
||||
To export the Hifigan vocoder to onnx, please use:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user