pytorch/.circleci/scripts
2024-12-09 19:37:56 +00:00
..
binary_ios_build.sh [BE] Import Literal, Protocol, and Final from standard library typing as of Python 3.8+ (#94490) 2023-02-09 19:17:49 +00:00
binary_ios_test.sh Remove codesigning from ios circleci workflows (#85630) 2022-09-29 19:49:11 +00:00
binary_ios_upload.sh Update XNNPACK Version (#139913) 2024-11-18 18:16:31 +00:00
binary_linux_test.sh [BE] Remove "$PACKAGE_TYPE" == 'conda' logic from build scripts (#142019) 2024-12-04 16:05:43 +00:00
binary_macos_build.sh Do not use builder repo for MacOS builds (#142277) 2024-12-09 18:33:58 +00:00
binary_populate_env.sh Fix pytorch-triton nightly checksum shorthash (#141410) 2024-11-23 04:56:40 +00:00
binary_upload.sh Add single Python 3.10, single Cuda 12.1 build with dependencies included (#130349) 2024-07-10 12:57:39 +00:00
binary_windows_build.sh Migrate windows build scripts from builder to pytorch (#142156) 2024-12-08 21:43:59 +00:00
binary_windows_test.sh Migrate windows build scripts from builder to pytorch (#142156) 2024-12-08 21:43:59 +00:00
driver_update.bat Always retry curl downloads (#89157) 2022-11-18 07:03:24 +00:00
functorch_doc_push_script.sh Revert "[BE] Dockerize PyTorch docs jobs (#100601)" 2023-05-04 23:13:15 +00:00
publish_android_snapshot.sh [andoid] publishing to maven central (#53568) 2021-03-10 10:42:23 -08:00
README.md Reduce set of build/tests which run on PRs. (#20930) 2019-05-24 15:25:37 -07:00
trigger_azure_pipeline.py [BE][Easy][1/19] enforce style for empty lines in import segments (#129752) 2024-07-16 00:42:56 +00:00

All the scripts in this directory are callable from ~/workspace/.circleci/scripts/foo.sh. Don't try to call them as .circleci/scripts/foo.sh, that won't (necessarily) work. See Note [Workspace for CircleCI scripts] in job-specs-setup.yml for more details.