Instructions to use ranupthestairs/vocence-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ranupthestairs/vocence-tts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="ranupthestairs/vocence-tts")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ranupthestairs/vocence-tts") model = AutoModelForCausalLM.from_pretrained("ranupthestairs/vocence-tts") - Notebooks
- Google Colab
- Kaggle
Commit ·
b847a5c
1
Parent(s): cdb447a
update chute config
Browse files- chute_config.yml +1 -1
chute_config.yml
CHANGED
|
@@ -9,7 +9,7 @@ Image:
|
|
| 9 |
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
-
min_vram_gb_per_gpu:
|
| 13 |
include: ["pro_6000"]
|
| 14 |
exclude: []
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
+
min_vram_gb_per_gpu: 64
|
| 13 |
include: ["pro_6000"]
|
| 14 |
exclude: []
|
| 15 |
|