Instructions to use elijahross/csm-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elijahross/csm-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="elijahross/csm-german")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("elijahross/csm-german") model = AutoModelForTextToWaveform.from_pretrained("elijahross/csm-german", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e9c44e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fd8a1c6b2d3459a074c374f0486056953b894c4f3a719295feb5217e3aca779a
size 7313
|