From 2da3fb2caf868193356124bded8192ab2672fd06 Mon Sep 17 00:00:00 2001 From: kingbri Date: Sat, 11 May 2024 21:57:51 -0400 Subject: [PATCH] Start: Bump ROCm error version ROCm support is for 6.0 now. Update that. Signed-off-by: kingbri --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index da2d79e..6e4f792 100644 --- a/start.py +++ b/start.py @@ -87,7 +87,7 @@ def get_install_features(lib_name: str = None): if platform.system() == "Windows": print( "ERROR: TabbyAPI does not support AMD and Windows. " - "Please use Linux and ROCm 5.6. Exiting." + "Please use Linux and ROCm 6.0. Exiting." ) sys.exit(0)