Skip to content

Commit

Permalink
Install fa2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Oct 17, 2024
1 parent 8a735f3 commit be243ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,7 @@ def install_tk():
if args.fbgemm or args.all:
logger.info("[tritonbench] installing FBGEMM...")
install_fbgemm()
# TODO: for some reason, fa2 compile will break docker build
if args.fa2:
logger.info("[tritonbench] installing fa2...")
install_fa2()
if args.fa2_compile:
if args.fa2 or args.all:
logger.info("[tritonbench] installing fa2 from source...")
install_fa2(compile=True)
if args.fa3 or args.all:
Expand Down

0 comments on commit be243ae

Please sign in to comment.