ASLP-lab commited on
Commit
bf4fa72
·
verified ·
1 Parent(s): 0fa1cc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -70,3 +70,13 @@ python infer.py \
70
  --output_file $out_dir/hyp.txt
71
  ```
72
  ---
 
 
 
 
 
 
 
 
 
 
 
70
  --output_file $out_dir/hyp.txt
71
  ```
72
  ---
73
+
74
+ ### Qwen2.5-Omni-3B_Chuan
75
+ ```
76
+ python infer.py \
77
+ --wavs_path /path/to/your/wav.scp \
78
+ --out_path /path/to/your/results.txt \
79
+ --gpu 0 \
80
+ --model /path/to/your/model
81
+ ```
82
+