mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
@@ -492,7 +492,9 @@ export class DashboardWidget {
|
||||
'padding': '10px'
|
||||
}
|
||||
});
|
||||
predictionButton.enabled = await this._predictService.serverSupportOnnxModel();
|
||||
if (!await this._predictService.serverSupportOnnxModel()) {
|
||||
console.log(constants.onnxNotSupportedError);
|
||||
}
|
||||
|
||||
return tasksContainer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user