Skip to content

Commit

Permalink
organize install python script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoinky3000 committed Jun 21, 2024
1 parent a70c90c commit 1199afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sdnext-preinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def main():
elif DEFAULT_WHL.startswith("rocm"):
from sdpi.rocm import install
install(TORCH_COMMAND)
installer.install("triton", 'triton', quiet=True)

installer.check_diffusers()
installer.install_requirements()
Expand All @@ -60,6 +59,7 @@ def main():
installer.install("ipython")
installer.install("basicsr")
installer.install("gfpgan")
installer.install("triton")

if installer.errors == 0:
installer.log.debug(f'Setup complete without errors: {round(time.time())}')
Expand Down

0 comments on commit 1199afb

Please sign in to comment.