mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
66a0a95619
commit
300caf84db
2
.github/workflows/UnitTest.yml
vendored
2
.github/workflows/UnitTest.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- dev_wjm
|
||||
- dev_wjm2
|
||||
- dev_jy
|
||||
|
||||
jobs:
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
. ./path.sh || exit 1;
|
||||
|
||||
# machines configuration
|
||||
CUDA_VISIBLE_DEVICES="2,3"
|
||||
CUDA_VISIBLE_DEVICES="0,1"
|
||||
gpu_num=2
|
||||
count=1
|
||||
gpu_inference=true # Whether to perform gpu decoding, set false for cpu decoding
|
||||
@ -21,7 +21,7 @@ token_type=char
|
||||
scp=wav.scp
|
||||
type=sound
|
||||
stage=3
|
||||
stop_stage=3
|
||||
stop_stage=4
|
||||
|
||||
# feature configuration
|
||||
feats_dim=80
|
||||
|
||||
Loading…
Reference in New Issue
Block a user