fix: adjust gpus_per_replicas ux
This commit is contained in:
@@ -212,11 +212,6 @@ export const ScheduleValueMap = {
|
||||
SpecificGPUType: 'specific_gpu_type'
|
||||
};
|
||||
|
||||
export const gpusCountTypeMap = {
|
||||
Auto: 'auto',
|
||||
Custom: 'custom'
|
||||
};
|
||||
|
||||
export const scheduleList = [
|
||||
{
|
||||
label: 'models.form.scheduletype.auto',
|
||||
@@ -347,10 +342,9 @@ export const excludeFields = [
|
||||
'backend_version',
|
||||
'ollama_library_model_name',
|
||||
'scheduleType',
|
||||
'gpusCountType',
|
||||
'placement_strategy',
|
||||
'backend',
|
||||
'gpu_selector',
|
||||
'gpu_selector.gpu_ids',
|
||||
'run_command',
|
||||
'image_name',
|
||||
'extended_kv_cache.enabled'
|
||||
|
||||
Reference in New Issue
Block a user