Skip to content

Commit 0f56dec

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#9556)
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:59:10.495582+00:00Z
1 parent a1c6ee9 commit 0f56dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchax/test/llama/llama_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This source code is licensed under the license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# This file is copied from https://github.com/pytorch-labs/gpt-fast
7+
# This file is copied from https://github.com/meta-pytorch/gpt-fast
88
# This is used for unit test purposes
99
from dataclasses import dataclass
1010
import math

0 commit comments

Comments
 (0)