mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/12122 We are deprecating support for c extensions. Please use cpp extension in the future. Reviewed By: Yangqing Differential Revision: D10060541 fbshipit-source-id: 4f7149e06a254bd7af463fd7aa9740f65369963a
2 lines
87 B
Python
2 lines
87 B
Python
raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.")
|