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:
parent
7bebc085ec
commit
2da3fb2caf
1 changed files with 1 additions and 1 deletions
2
start.py
2
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue