mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Add test for skipping hf logging during export (#123410)"
This reverts commit ba55ef8e2165c718a269e5bca0cb83c635731c83. Reverted https://github.com/pytorch/pytorch/pull/123410 on behalf of https://github.com/DanilBaibak due to Broken trunk ([comment](https://github.com/pytorch/pytorch/pull/123402#issuecomment-2044236088))
This commit is contained in:
@ -1233,7 +1233,7 @@ TEST_CUDA = torch.cuda.is_available()
|
||||
custom_device_mod = getattr(torch, torch._C._get_privateuse1_backend_name(), None)
|
||||
TEST_PRIVATEUSE1 = True if (hasattr(custom_device_mod, "is_available") and custom_device_mod.is_available()) else False
|
||||
TEST_NUMBA = _check_module_exists('numba')
|
||||
TEST_TRANSFORMERS = _check_module_exists('transformers')
|
||||
|
||||
TEST_DILL = _check_module_exists('dill')
|
||||
|
||||
TEST_LIBROSA = _check_module_exists('librosa') and not IS_ARM64
|
||||
|
Reference in New Issue
Block a user