模型微调已经调通
增加了参数预览
This commit is contained in:
@@ -417,9 +417,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
// 页面加载时获取监控数据,并每5秒刷新
|
||||
// 页面加载时获取监控数据,并每30秒刷新
|
||||
fetchSystemMetrics();
|
||||
setInterval(fetchSystemMetrics, 5000);
|
||||
setInterval(fetchSystemMetrics, 30000);
|
||||
|
||||
// 各功能模块的表格配置
|
||||
const tableConfigs = {
|
||||
|
||||
Reference in New Issue
Block a user