Skip to content

Commit 87ee722

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#355)
This PR replaces all instances of `pytorch-labs` with `meta-pytorch` in this repository now that the `pytorch-labs` org has been renamed to `meta-pytorch` ## Changes Made - Replaced all occurrences of `pytorch-labs` with `meta-pytorch` - Only modified files with extensions: .py, .md, .sh, .rst, .cpp, .h, .txt, .yml - Skipped binary files and files larger than 1MB due to GitHub api payload limits in the script to cover all repos in this org. Will do a more manual second pass later to cover any larger files ## Files Modified This PR updates files that contained the target text. Generated by automated script on 2025-08-12T20:58:47.637013+00:00Z
1 parent 10aa269 commit 87ee722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arc-backup-2024/scripts/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def parse_args() -> argparse.Namespace:
442442
opts.add_argument(
443443
'--repo',
444444
help='Github repo to use for the deployment',
445-
default=os.environ.get('GITHUB_REPOSITORY', 'pytorch-labs/pytorch-gha-infra').strip() or None,
445+
default=os.environ.get('GITHUB_REPOSITORY', 'meta-pytorch/pytorch-gha-infra').strip() or None,
446446
type=str,
447447
required=False
448448
)

0 commit comments

Comments
 (0)