1. 11 Jun, 2021 1 commit
  2. 10 Jun, 2021 1 commit
  3. 09 Jun, 2021 2 commits
  4. 21 May, 2021 2 commits
  5. 19 May, 2021 1 commit
  6. 17 May, 2021 1 commit
  7. 11 May, 2021 2 commits
  8. 10 May, 2021 1 commit
  9. 05 May, 2021 1 commit
  10. 04 May, 2021 1 commit
  11. 30 Mar, 2021 3 commits
  12. 29 Mar, 2021 1 commit
  13. 22 Mar, 2021 1 commit
  14. 24 Feb, 2021 1 commit
  15. 22 Feb, 2021 1 commit
  16. 16 Feb, 2021 2 commits
  17. 12 Feb, 2021 1 commit
  18. 01 Feb, 2021 1 commit
  19. 29 Jan, 2021 1 commit
  20. 22 Jan, 2021 1 commit
  21. 12 Dec, 2020 1 commit
  22. 10 Dec, 2020 1 commit
  23. 08 Dec, 2020 1 commit
    • Francisco Massa's avatar
      Remove TravisCI (#3137) · 6cb4fc21
      Francisco Massa authored
      * Remove TravisCI
      
      Add hub tests to CircleCI, coverage and ONNX are still missing
      
      * Install torchvision dependencies on CI
      6cb4fc21
  24. 02 Dec, 2020 1 commit
  25. 09 Nov, 2020 1 commit
  26. 26 Oct, 2020 1 commit
  27. 22 Oct, 2020 1 commit
  28. 21 Oct, 2020 1 commit
  29. 05 Oct, 2020 1 commit
  30. 29 Sep, 2020 1 commit
  31. 14 Sep, 2020 2 commits
    • peterjc123's avatar
      Add CUDA 11 binary builds (#2671) · ca26022c
      peterjc123 authored
      ca26022c
    • Edgar Andrés Margffoy Tuay's avatar
      PR: Add CMake build and function tracing tests (#2577) · a075d629
      Edgar Andrés Margffoy Tuay authored
      
      
      * Add CMake build pipeline
      
      * Add CMake build workflow
      
      * Add executable permissions to script
      
      * Install cmake on Windows/MacOS
      
      * Install conda-build before setting up MSVC
      
      * Install PyTorch from nightly
      
      * Do not use conda-build variables
      
      * Add path to CMake
      
      * Install libpng and libjpeg
      
      * Perform make
      
      * Call msbuild on Windows
      
      * Add missing yq
      
      * Use vc_env_helper
      
      * Use string instruction
      
      * Escape configuration option
      
      * Remove configuration flag
      
      * Try to pass -p
      
      * Use caret to escape equal sign
      
      * Escape string option in Windows
      
      * Try to call other bat
      
      * Remove Windows/GPU CMake
      
      * Add tracing cpp test
      
      * Script model instead of tracing it
      
      * Try to register operators manually
      
      * Use manylinux-cuda102
      
      * Activate conda env on Linux
      
      * Build and run sample tracing test
      
      * Add empty echo
      
      * Remove unnecessary register
      
      * Copy headers on Mac
      
      * Revert to 2xlarge
      
      * Include /usr/local/include on Mac
      
      * Install pillow on Windows
      
      * Install future
      
      * Install torchvision on Windows
      
      * Set include flag
      
      * Add torchlib to PATH
      
      * Normalize path via cygpath
      
      * Register ops on Windows
      
      * Minor error correction
      
      * Register CPU/GPU ops on DLL library and register ops via reference
      
      * Install dataclasses
      
      * Install dataclasses using pip
      
      * Address clang formatting issue
      
      * Try to use an actual GPU instance on Linux
      
      * Remove extra environment section
      
      * Declare environment explicitly
      
      * Regenerate
      
      * Pass env variables to Dokcer
      
      * Regenerate circleci
      
      * Test tracing on GPU
      
      * Use GPU medium
      
      * Regenerate
      
      * Use cuda101
      
      * Regenerate
      
      * Do not use pre-trained weights
      
      Avoids having to download pretrained files, which could cause flaky tests
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      a075d629
  32. 01 Sep, 2020 2 commits