update .gitignore

This commit is contained in:
sanami
2024-09-11 18:51:14 +09:00
parent 697d330e28
commit f115094b8a
2 changed files with 4 additions and 5 deletions

7
.gitignore vendored
View File

@@ -1,8 +1,7 @@
target
models/*.onnx
models/*.json
models/
!models/.gitkeep
venv/
.env
output.wav
node_modules
models/
node_modules

View File

@@ -51,7 +51,7 @@ ORT_DYLIB_PATH=./libonnxruntime.dll cargo run -p sbv2_api -r -F dynamic
### models をインストール
https://huggingface.co/googlefan/sbv2_onnx_models/tree/main
を models フォルダとして配置
の中身を models フォルダ配置
### .env ファイルの作成