dlxj commited on
Commit ·
7c65ad7
1
Parent(s): b404902
音频编解码器,不能直接在这里使用
Browse files- .gitignore +1 -0
- readme.txt +3 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
nemotron-speech-streaming-en-0.6b/
|
|
|
|
| 2 |
pyproject.toml
|
|
|
|
| 1 |
nemotron-speech-streaming-en-0.6b/
|
| 2 |
+
low-frame-rate-speech-codec-22khz/
|
| 3 |
pyproject.toml
|
readme.txt
CHANGED
|
@@ -14,6 +14,9 @@ see https://github.com/altunenes/parakeet-rs
|
|
| 14 |
hf download nvidia/nemotron-speech-streaming-en-0.6b
|
| 15 |
C:\Users\o\.cache\huggingface\hub\models--nvidia--nemotron-speech-streaming-en-0.6b\snapshots\ac0580bb7d3d6e39c4361db6afe28db9211793e4
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
conda create -n nemotron-speech-streaming python==3.12 pip
|
| 19 |
conda activate nemotron-speech-streaming
|
|
|
|
| 14 |
hf download nvidia/nemotron-speech-streaming-en-0.6b
|
| 15 |
C:\Users\o\.cache\huggingface\hub\models--nvidia--nemotron-speech-streaming-en-0.6b\snapshots\ac0580bb7d3d6e39c4361db6afe28db9211793e4
|
| 16 |
|
| 17 |
+
hf download nvidia/low-frame-rate-speech-codec-22khz
|
| 18 |
+
C:\Users\o\.cache\huggingface\hub\models--nvidia--low-frame-rate-speech-codec-22khz\snapshots\933d7a82d932bb58187c3a75ae10178004325e85
|
| 19 |
+
音频编解码器,不能直接在这里使用
|
| 20 |
|
| 21 |
conda create -n nemotron-speech-streaming python==3.12 pip
|
| 22 |
conda activate nemotron-speech-streaming
|