Files
sbv2-v2/.gitignore
tsukumi d935d30e4c Add: test code for CoreMLExecutionProvider on a trial basis
Currently ONNXRuntime's CoreML support is not very good, and on my environment, I get errors like “coreml_execution_provider.cc:192 operator() Input (/sdp/flows.3/GatherND_2_output_0) has a dynamic shape ({-1,-1}) but the runtime shape ({0,10}) has zero elements. This is not supported by the CoreML EP.” and inference fails.
I hope this will be fixed in a future version of ONNXRuntime, and leave the test code as it is.
2024-09-23 21:07:27 +09:00

47 lines
549 B
Plaintext

__pycache__/
venv/
.venv/
dist/
.coverage*
.ipynb_checkpoints/
.ruff_cache/
.DS_Store
._*
/*.yml
!/default_config.yml
/bert/*/*.bin
/bert/*/*.h5
/bert/*/*.model
/bert/*/*.safetensors
/bert/*/*.msgpack
/bert/*/*.onnx
/configs/paths.yml
/pretrained/*.safetensors
/pretrained/*.pth
/pretrained_jp_extra/*.safetensors
/pretrained_jp_extra/*.pth
/slm/*/*.bin
/scripts/test/
/scripts/lib/
/scripts/Style-Bert-VITS2/
/scripts/sbv2/
*.zip
*.csv
*.bak
/mos_results/
safetensors.ipynb
*.wav
/static/
# pyopenjtalk's dictionary
*.dic
playground.ipynb