• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • sherpaonnx
  • go-api-examples
  • vad
  • run.sh
  • Fix publishing apks to huggingface (#1121) · b5093e27 ...
    b5093e27 浏览文件
    Save APKs for each release in a separate directory.
    
    Huggingface requires that each directory cannot contain more than 1000 files.
    
    Since we have so many tts models and for each model we need to build APKs of 4 different ABIs,
    it is a workaround for the huggingface's constraint by placing them into separate directories for different releases.
    Fangjun Kuang authored 2024-07-13 16:14:00 +0800
run.sh 197 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/env bash

set -ex

if [ ! -f ./silero_vad.onnx ]; then
  curl -SL -O https://github.com/snakers4/silero-vad/raw/master/src/silero_vad/data/silero_vad.onnx
fi

go mod tidy
go build
./vad