Browse Source

fix: 导出到数据集参数错误

pull/134/head
cp3hnu 1 year ago
parent
commit
331b563f10
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx

+ 2
- 2
react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx View File

@@ -122,7 +122,7 @@ function ExportModelModal({
...formData,
identifier: resource?.identifier,
name: resource?.name,
model_source: DataSource.HandExport,
[config.sourceParamKey]: DataSource.HandExport,
train_task: {
workflow_id: pipelineId,
experiment_id: experimentId,
@@ -130,7 +130,7 @@ function ExportModelModal({
ins_id: experimentInsId,
task_id: pipelineNodeId,
},
model_version_vos: [
[config.filePropKey]: [
{
url: path,
},


Loading…
Cancel
Save