"configs/_base_/models/mvit/mvitv2-tiny.py" did not exist on "8f9dd0edefa849b2552ba149141ddb369bdbec4e"
  1. 13 Sep, 2022 1 commit
  2. 25 Aug, 2022 1 commit
    • ptrblck's avatar
      Add CUDA 11.7 builds (#6425) · 35ee1dd8
      ptrblck authored
      
      
      * add CUDA11.7 builds
      
      * add CUDA 11.7 builds
      
      * run regenerate.py
      
      * try to add filters to binary_win_conda_py3.10_cu117
      
      * rerun regenerate.py
      
      * Removing conda-forge adding cu117 to windows unit tests
      
      * Debug code
      
      * Remove debug code
      Co-authored-by: default avataratalman <atalman@fb.com>
      35ee1dd8
  3. 09 May, 2022 1 commit
  4. 22 Apr, 2022 1 commit
  5. 21 Apr, 2022 1 commit
  6. 04 Apr, 2022 1 commit
  7. 04 Mar, 2022 1 commit
  8. 24 Feb, 2022 2 commits
  9. 20 Feb, 2022 1 commit
  10. 25 Jan, 2022 1 commit
  11. 31 Dec, 2021 1 commit
  12. 09 Dec, 2021 1 commit
    • Andrey Talman's avatar
      Add CUDA-11.5 builds to torchvision (#5024) · 8aa31740
      Andrey Talman authored
      * Add CUDA-11.5 builds to torchvision
      
      * Try to fix cudatoolkit issue
      
      * Trying to use cuda11.5 instead of the toolkit
      
      * Trying to rollback last two changes
      
      * Testing
      
      * Using conda-forge only for cuda115 builds
      
      * Fix typo
      8aa31740
  13. 16 Nov, 2021 1 commit
  14. 20 Oct, 2021 1 commit
  15. 04 Oct, 2021 2 commits
    • KyleCZH's avatar
      add rocm4.3.1 to nightly wheel builds (#4516) · 87c5e572
      KyleCZH authored
      87c5e572
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  16. 23 Aug, 2021 1 commit
  17. 06 Aug, 2021 1 commit
  18. 15 Jun, 2021 1 commit
  19. 14 Jun, 2021 1 commit
  20. 11 Jun, 2021 1 commit
  21. 21 May, 2021 1 commit
  22. 19 May, 2021 1 commit
  23. 11 May, 2021 1 commit
  24. 10 May, 2021 1 commit
  25. 06 Apr, 2021 1 commit
  26. 30 Mar, 2021 3 commits
  27. 22 Mar, 2021 1 commit
  28. 22 Feb, 2021 1 commit
  29. 16 Feb, 2021 1 commit
  30. 12 Feb, 2021 1 commit
  31. 22 Jan, 2021 1 commit
  32. 02 Dec, 2020 1 commit
  33. 05 Oct, 2020 1 commit
  34. 29 Sep, 2020 1 commit
  35. 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