Skip to content

Commit

Permalink
Upgrade tk
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 19, 2024
1 parent bdea110 commit 481a5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def setup_hip(args: argparse.Namespace):
if args.jax or args.all:
logger.info("[tritonbench] installing jax...")
install_jax()
if args.tk or args.all:
if args.tk:
logger.info("[tritonbench] installing thunderkittens...")
from tools.tk.install import install_tk

Expand Down
2 changes: 1 addition & 1 deletion submodules/ThunderKittens
Submodule ThunderKittens updated 383 files

0 comments on commit 481a5ac

Please sign in to comment.