Skip to content

Commit

Permalink
fix: fetch models from vibe repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 9, 2024
1 parent d7af8d4 commit 7780d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const config = {
ffmpegUrl: 'https://master.dl.sourceforge.net/project/avbuild/macOS/ffmpeg-6.1-macOS-default.tar.xz?viasf=1',
},
diarization: {
embedModelUrl: 'https://github.com/k2-fsa/sherpa-onnx/releases/download/speaker-recongition-models/wespeaker_en_voxceleb_CAM++.onnx',
embedModelUrl: 'https://github.com/thewh1teagle/vibe/releases/download/v0.0.1/wespeaker_en_voxceleb_CAM++.onnx',
embedModelFilename: 'wespeaker_en_voxceleb_CAM++.onnx',
segmentModelUrl: 'https://github.com/pengzhendong/pyannote-onnx/raw/master/pyannote_onnx/segmentation-3.0.onnx',
segmentModelUrl: 'https://github.com/thewh1teagle/vibe/releases/download/v0.0.1/segmentation-3.0.onnx',
segmentModelFilename: 'segmentation-3.0.onnx',
},
}
Expand Down

0 comments on commit 7780d6f

Please sign in to comment.