Start: Bump ROCm error version

ROCm support is for 6.0 now. Update that.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-05-11 21:57:51 -04:00
parent 7bebc085ec
commit 2da3fb2caf

View file

@ -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)