mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Bump black version to 23.1.0 (#96578)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96578 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
a229e78544
commit
60a68477a6
@ -48,6 +48,7 @@ skipIfNoBFloat16Cuda = _skipper(
|
||||
lambda: not torch.cuda.is_bf16_supported(), "BFloat16 CUDA is not available"
|
||||
)
|
||||
|
||||
|
||||
# skips tests for all versions below min_opset_version.
|
||||
# if exporting the op is only supported after a specific version,
|
||||
# add this wrapper to prevent running the test for opset_versions
|
||||
|
Reference in New Issue
Block a user