You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -606,12 +610,12 @@ export function buildDoctorFixPlan(
606
610
if(candidate.storageOnnxBytes>0){
607
611
items.push({
608
612
kind: "onnx",
609
-
message: `Will delete AFT-managed ONNX cache at ${candidate.storageOnnxDir} (${formatBytes(candidate.storageOnnxBytes)})`,
613
+
message: `Will replace AFT-managed ONNX cache at ${candidate.storageOnnxDir} (${formatBytes(candidate.storageOnnxBytes)}) and download a compatible runtime`,
610
614
});
611
615
}else{
612
616
items.push({
613
617
kind: "onnx",
614
-
message: `Will leave system ONNX untouched and refresh AFT-managed ONNX state for ${candidate.harness.displayName} on next start`,
618
+
message: `Will leave system ONNX untouched and download a compatible AFT-managed runtime for ${candidate.harness.displayName}`,
0 commit comments