Fix setup.py
This commit is contained in:
parent
392be9be2c
commit
bf1d9e3112
3 changed files with 11 additions and 6 deletions
4
setup.py
4
setup.py
|
|
@ -145,8 +145,8 @@ def get_requirements() -> list[str]:
|
|||
return requirements
|
||||
|
||||
|
||||
INSTINCT_ARCH=("gfx942", "gfx90a")
|
||||
RADEON_ARCH=("gfx1100", "gfx1101", "gfx1102", "gfx1200", "gfx1201")
|
||||
INSTINCT_ARCH = ("gfx942", "gfx90a")
|
||||
RADEON_ARCH = ("gfx1100", "gfx1101", "gfx1102", "gfx1200", "gfx1201")
|
||||
|
||||
|
||||
class RocmExtraInstallCommand(install):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue