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
[rank0]: File "/opt/venv/lib/python3.10/site-packages/lightning_fabric/wrappers.py", line 411, in _capture
[rank0]: return compile_fn(*args, **kwargs)
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/__init__.py", line 2448, in compile
[rank0]: return torch._dynamo.optimize(
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_dynamo/eval_frame.py", line 716, in optimize
[rank0]: return _optimize(rebuild_ctx, *args, **kwargs)
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_dynamo/eval_frame.py", line 790, in _optimize
[rank0]: compiler_config=backend.get_compiler_config()
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/__init__.py", line 2238, in get_compiler_config
[rank0]: from torch._inductor.compile_fx import get_patched_config_dict
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_inductor/compile_fx.py", line 49, in <module>
[rank0]: from torch._inductor.debug import save_args_for_compile_fx_inner
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_inductor/debug.py", line 26, in <module>
[rank0]: from . import config, ir # noqa: F811, this is needed
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_inductor/ir.py", line 77, in <module>
[rank0]: from .runtime.hints import ReductionHint
[rank0]: File "/opt/venv/lib/python3.10/site-packages/torch/_inductor/runtime/hints.py", line 36, in <module>
[rank0]: attr_desc_fields = {f.name for f in fields(AttrsDescriptor)}
[rank0]: File "/usr/lib/python3.10/dataclasses.py", line 1198, in fields
[rank0]: raise TypeError('must be called with a dataclass type or instance') from None
[rank0]: TypeError: must be called with a dataclass type or instance
The text was updated successfully, but these errors were encountered:
_sync_float8_amax_and_scale_history = torch.compile(sync_float8_amax_and_scale_history) will run into the error with torch2.5.0+cu124 and latest triton main branch
The text was updated successfully, but these errors were encountered: