dont need to dl model files anymore

This commit is contained in:
CJ Pais 2025-07-11 18:30:02 -07:00
parent 5746477f7f
commit fa415602ad

View file

@ -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.