pytorch/.circleci/scripts
2025-02-10 19:05:35 +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 [CD] Fix XPU linux CD whl test failure (#143268) 2024-12-16 15:00:03 +00:00
binary_populate_env.sh [BE] - Remove conda test and upload scripts and env variables from Workflows Part 1 (#144870) 2025-01-16 17:20:14 +00:00
binary_upload.sh Binary upload checksum (#144887) 2025-01-31 17:51:27 +00:00
binary_windows_build.sh Cleanup VS 2019 refs in pytorch (#145863) 2025-02-10 19:05:35 +00:00
binary_windows_test.sh Cleanup VS 2019 refs in pytorch (#145863) 2025-02-10 19:05:35 +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
README.md
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.