1. 21 Aug, 2023 1 commit
  2. 11 Aug, 2022 1 commit
  3. 17 Jan, 2022 1 commit
    • Daniel Falbel's avatar
      Conditionally include Python in the C++ builds. (#5190) · 5e56575e
      Daniel Falbel authored
      
      
      * Conditionally include Python in the C++ builds.
      
      Added an option `USE_PYTHON` that allows users to decide to link to Python3 or not.
      
      * Also conditionally include this defintion.
      
      * Define `USE_PYTHON` for the Windows builds.
      
      * Remove Python3 reference in CMake test as it's no longer required.
      
      * Accidentally removed the closing > from the decl.
      
      * Also add `USE_PYTHON` when building the separate image library on Windows.
      
      * Also conditionally include this depening on USE_PYTHON.
      
      * Go back to require Python for this example.
      
      * Find Python in the hello world example.
      
      * Add a paragraph documenting the `USE_PYTHON` option.
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      5e56575e
  4. 30 Mar, 2021 1 commit
    • Yuchen Huang's avatar
      [iOS] added workflows for libtorchvision_ops.a binary build (#3582) · 897ac9c1
      Yuchen Huang authored
      
      
      * [iOS] added workflows for libtorchvision_ops.a binary build
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      
      * Update on "[iOS] added workflows for libtorchvision_ops.a binary build"
      
      
      
      
      [ghstack-poisoned]
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      897ac9c1
  5. 14 Oct, 2020 1 commit
  6. 21 Sep, 2020 1 commit
  7. 14 Feb, 2020 1 commit
  8. 10 Feb, 2020 1 commit
  9. 29 Jan, 2020 1 commit
    • bmanga's avatar
      Added CMake config support (#1339) · a7914797
      bmanga authored
      * Add cmake config file generation for torchvision (Torch::Vision)
      
      * Update README
      
      * Update cmake config to export TorchVision::Vision target, adding dependencies
      
      * Update readme
      
      * Fix path issues and rename target to TorchVision::TorchVision
      a7914797