Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helion/autotuner/base_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import torch.multiprocessing as mp
from torch.utils._pytree import tree_flatten
from torch.utils._pytree import tree_map
from tqdm.auto import tqdm
from tqdm.rich import tqdm
from triton.testing import do_bench

from .. import exc
Expand Down
2 changes: 1 addition & 1 deletion helion/autotuner/benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import statistics
from typing import Callable

from tqdm.auto import tqdm
from tqdm.rich import tqdm
from triton import runtime


Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ dependencies = [
"typing_extensions>=4.0.0",
"filecheck",
"psutil",
"tqdm"
"tqdm",
"rich"
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ filecheck
expecttest
numpy
tqdm
rich
Loading