This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: 模型部署跳转实验错误
pull/82/head
cp3hnu
1 year ago
parent
69ec89959c
commit
0753030d9b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
react-ui/src/pages/Model/components/ModelEvolution/utils.tsx
+ 1
- 0
react-ui/src/pages/Model/components/ModelEvolution/utils.tsx
View File
@@ -64,6 +64,7 @@ export type ModalDetail = {
export interface ModelDepsAPIData {
current_model_id: number;
version: string;
workflow_id: number;
exp_ins_id: number;
model_type: NodeType.children | NodeType.current | NodeType.parent;
current_model_name: string;
Write
Preview
Loading…
Cancel
Save