Files
enginex-vastai-va16-vllm/torch_vacc/vacc/amp/common.py
2026-04-02 04:55:00 +00:00

8 lines
136 B
Python

import torch
__all__ = ["amp_definitely_not_available"]
def amp_definitely_not_available():
return not torch.vacc.is_available()