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
f"TICO officially supports torch>=2.5. You are using a lower version of torch ({torch.__version__}). We highly recommend to upgrade torch >= 2.5 to avoid unexpected behaviors."
38
+
f"Detected PyTorch version {torch.__version__}, which may include known security vulnerabilities. "
39
+
f"We recommend upgrading to {SECURE_TORCH_VERSION} or later for better security.\n"
40
+
"Upgrade command: pip install --upgrade torch\n"
41
+
"For more details, see: https://pytorch.org/security"
0 commit comments