mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Add `regenerate.sh` convenience script Remove "TODO: Reenable on PR" label from workflows which are enabled on PRs Pull Request resolved: https://github.com/pytorch/pytorch/pull/62649 Reviewed By: seemethere Differential Revision: D30071905 Pulled By: malfet fbshipit-source-id: c82134cb676b273d23e225be21166588996a31d3
6 lines
134 B
Bash
Executable file
6 lines
134 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# Allows this script to be invoked from any directory:
|
|
cd "$(dirname "$0")"
|
|
|
|
python3 scripts/generate_ci_workflows.py
|