dont need to dl model files anymore
This commit is contained in:
parent
5746477f7f
commit
fa415602ad
1 changed files with 0 additions and 5 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -66,11 +66,6 @@ jobs:
|
|||
sudo apt-get install -y mesa-vulkan-drivers
|
||||
if: matrix.platform == 'ubuntu-22.04'
|
||||
|
||||
- name: Download model files
|
||||
run: |
|
||||
mkdir -p src-tauri/resources/models
|
||||
curl -o src-tauri/resources/models/silero_vad_v4.onnx https://blob.handy.computer/silero_vad_v4.onnx
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: bun install # change this to npm, pnpm or bun depending on which one you use.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue