Spaces:
Sleeping
Sleeping
File size: 432 Bytes
ffaa9fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
from .testing import (
are_the_same_tensors,
execute_subprocess_async,
require_cpu,
require_cuda,
require_huggingface_suite,
require_mps,
require_multi_gpu,
require_safetensors,
require_single_gpu,
require_torch_min_version,
require_tpu,
skip,
slow,
)
from .training import RegressionDataset, RegressionModel
from .scripts import test_script, test_sync, test_ops # isort: skip
|