File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2929import torch .multiprocessing as mp
3030from torch .utils ._pytree import tree_flatten
3131from torch .utils ._pytree import tree_map
32- from tqdm .auto import tqdm
32+ from tqdm .rich import tqdm
3333from triton .testing import do_bench
3434
3535from .. import exc
Original file line number Diff line number Diff line change 44import statistics
55from typing import Callable
66
7- from tqdm .auto import tqdm
7+ from tqdm .rich import tqdm
88from triton import runtime
99
1010
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ dependencies = [
2121 " typing_extensions>=4.0.0" ,
2222 " filecheck" ,
2323 " psutil" ,
24- " tqdm"
24+ " tqdm" ,
25+ " rich"
2526]
2627
2728[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ filecheck
55expecttest
66numpy
77tqdm
8+ rich
You can’t perform that action at this time.
0 commit comments