mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Include ROCm in the list of allowed versions
This commit is contained in:
parent
f22ecc454a
commit
becbef4fac
@ -94,6 +94,7 @@ def include_cuda_versions(module_versions: tuple) -> tuple:
|
||||
allowed_versions = tuple(module_versions)
|
||||
allowed_versions += tuple(f"{v}+cu116" for v in module_versions)
|
||||
allowed_versions += tuple(f"{v}+cu117" for v in module_versions)
|
||||
allowed_versions += tuple(f"{v}+rocm5.4.2" for v in module_versions)
|
||||
|
||||
return allowed_versions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user