Commit 1fbcf133 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: model edit

parent bd6ccf8c
......@@ -103,10 +103,11 @@
info.base_model_id = `${info.base_model_id}:latest`;
}
params = { ...params, ...model?.info?.params };
if (model?.info?.meta?.capabilities) {
capabilities = { ...capabilities, ...model?.info?.meta?.capabilities };
}
console.log(model);
} else {
goto('/workspace/models');
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment