Files

8 lines
136 B
Python
Raw Permalink Normal View History

2026-04-02 04:53:13 +00:00
import torch
__all__ = ["amp_definitely_not_available"]
def amp_definitely_not_available():
return not torch.vacc.is_available()