fix: remove hardcoded lm model
This commit is contained in:
@@ -592,7 +592,7 @@ const FullSongTab: React.FC = () => {
|
|||||||
seed,
|
seed,
|
||||||
thinking,
|
thinking,
|
||||||
// Hardcoded — not exposed in UI
|
// Hardcoded — not exposed in UI
|
||||||
lm_model_path: "acestep-5Hz-lm-0.6B",
|
// lm_model_path: "acestep-5Hz-lm-0.6B",
|
||||||
batch_size: 1,
|
batch_size: 1,
|
||||||
audio_format: 'mp3',
|
audio_format: 'mp3',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user