Sushiionwest commited on
Commit
791ba42
·
verified ·
1 Parent(s): a90302f

Create train_orpheus.ipynb

Browse files
Files changed (1) hide show
  1. train_orpheus.ipynb +8 -0
train_orpheus.ipynb ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ !git clone https://github.com/canopyai/Orpheus-TTS.git
2
+ %cd Orpheus-TTS
3
+ !pip install -r requirements.txt
4
+ !pip install orpheus-speech
5
+ !pip install vllm==0.7.3
6
+
7
+ # Set up training (adapt paths as needed)
8
+ !python finetune/train.py --model_name canopylabs/orpheus-3b-0.1-pretrained --dataset_path /path/to/your/dataset