prince-canuma commited on
Commit
512ef06
·
verified ·
1 Parent(s): 9474d1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,8 +64,8 @@ from mlx_audio.sts.models.lfm_audio import (
64
  from mlx_audio.sts.models.lfm_audio.model import AUDIO_EOS_TOKEN
65
 
66
  # Load model and processor
67
- model = LFM2AudioModel.from_pretrained("mlx-community/LFM2.5-Audio-1.5B-4bit")
68
- processor = LFM2AudioProcessor.from_pretrained("mlx-community/LFM2.5-Audio-1.5B-4bit")
69
 
70
  # Create chat state
71
  chat = ChatState(processor)
 
64
  from mlx_audio.sts.models.lfm_audio.model import AUDIO_EOS_TOKEN
65
 
66
  # Load model and processor
67
+ model = LFM2AudioModel.from_pretrained("mlx-community/LFM2.5-Audio-1.5B-bf16")
68
+ processor = LFM2AudioProcessor.from_pretrained("mlx-community/LFM2.5-Audio-1.5B-bf16")
69
 
70
  # Create chat state
71
  chat = ChatState(processor)