Upload model
Browse files- chute_config.yml +0 -2
- vocence_config.yaml +1 -1
chute_config.yml
CHANGED
|
@@ -7,10 +7,8 @@
|
|
| 7 |
Image:
|
| 8 |
from_base: parachutes/base-python:3.12.9
|
| 9 |
run_command:
|
| 10 |
-
- pip install --no-cache-dir wheel
|
| 11 |
- pip install --no-cache-dir torch torchaudio --index-url https://download.pytorch.org/whl/cu128
|
| 12 |
- pip install --no-cache-dir qwen-tts transformers accelerate huggingface_hub safetensors soundfile numpy pyyaml
|
| 13 |
-
- pip install --no-cache-dir flash-attn --no-build-isolation
|
| 14 |
set_workdir: /app
|
| 15 |
|
| 16 |
NodeSelector:
|
|
|
|
| 7 |
Image:
|
| 8 |
from_base: parachutes/base-python:3.12.9
|
| 9 |
run_command:
|
|
|
|
| 10 |
- pip install --no-cache-dir torch torchaudio --index-url https://download.pytorch.org/whl/cu128
|
| 11 |
- pip install --no-cache-dir qwen-tts transformers accelerate huggingface_hub safetensors soundfile numpy pyyaml
|
|
|
|
| 12 |
set_workdir: /app
|
| 13 |
|
| 14 |
NodeSelector:
|
vocence_config.yaml
CHANGED
|
@@ -17,7 +17,7 @@ runtime:
|
|
| 17 |
|
| 18 |
generation:
|
| 19 |
sample_rate: 24000
|
| 20 |
-
max_seconds:
|
| 21 |
guidance_scale: 1.0
|
| 22 |
|
| 23 |
io:
|
|
|
|
| 17 |
|
| 18 |
generation:
|
| 19 |
sample_rate: 24000
|
| 20 |
+
max_seconds: 30
|
| 21 |
guidance_scale: 1.0
|
| 22 |
|
| 23 |
io:
|