mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/36409 Pull Request resolved: https://github.com/pytorch/glow/pull/4409 Since glow OSS doesn't really ship with python, it's much easier to do it in pytorch. All the glow dependency can be done though LD_LIBRARY_PATH in OSS. Test Plan: ``` buck test caffe2/caffe2/python/fakelowp: ``` Reviewed By: amylittleyang Differential Revision: D20969308 fbshipit-source-id: 06a02d23f4972a92beb18e1d052e27d8724539d0
2 lines
83 B
Python
2 lines
83 B
Python
from __future__ import absolute_import, division, print_function, unicode_literals
|