You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to run ml-cross-entropy/benchmark, but I encountered the following error:
Traceback (most recent call last):
File "/work/ml-cross-entropy/benchmark/__main__.py", line 15, in <module>
from cut_cross_entropy import linear_cross_entropy
File "/work/ml-cross-entropy/cut_cross_entropy/__init__.py", line 2, in <module>
from cut_cross_entropy.linear_cross_entropy import (
File "/work/ml-cross-entropy/cut_cross_entropy/linear_cross_entropy.py", line 20, in <module>
from cut_cross_entropy.cce import cce_linear_cross_entropy
File "/work/ml-cross-entropy/cut_cross_entropy/cce.py", line 7, in <module>
from cut_cross_entropy.cce_backward import cce_backward_kernel
File "/work/ml-cross-entropy/cut_cross_entropy/cce_backward.py", line 237, in <module>
_cce_backward_kernel = cce_backward_autotune()(_cce_backward_kernel) # type: ignore
File "/work/ml-cross-entropy/cut_cross_entropy/tl_autotune.py", line 422, in cce_backward_autotune
return _heuristics_from_config(_cce_backward_best_config())
File "/work/ml-cross-entropy/cut_cross_entropy/tl_autotune.py", line 368, in _heuristics_from_config
return triton.heuristics({k: (lambda args, _v=v: _v) for k, v in config.all_kwargs().items()})
AttributeError: 'Config' object has no attribute 'all_kwargs'
Hi, I am trying to run
ml-cross-entropy/benchmark
, but I encountered the following error:my env info:
The text was updated successfully, but these errors were encountered: