fix: omit distribution and cpu_offload fields from default spec
This commit is contained in:
@@ -70,6 +70,11 @@ export const HuggingFaceModels = [
|
||||
type: 'tts',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'CosyVoice-300M'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'CosyVoice2-0.5B'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -104,6 +109,11 @@ export const ModelScopeModels = [
|
||||
org: 'iic',
|
||||
name: 'CosyVoice-300M-25Hz'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
name: 'CosyVoice2-0.5B'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
|
||||
Reference in New Issue
Block a user