Skip to content

Commit a1a7f37

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#1548)
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:02.375454+00:00Z
1 parent cee637d commit a1a7f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ awesome libraries and tools you've built around local LLM inference.
672672
* Christian Puhrsch, Horace He, Joe Isaacson and many more for their
673673
many contributions in Accelerating GenAI models in the *"Anything,
674674
Fast!"* pytorch.org blogs, and, in particular, Horace He for [GPT,
675-
Fast!](https://github.com/pytorch-labs/gpt-fast), which we have
675+
Fast!](https://github.com/meta-pytorch/gpt-fast), which we have
676676
directly adopted (both ideas and code) from his repo.
677677

678678

torchchat/usages/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class VLMEvalWrapper(HFMultimodalLM):
178178
-------------------------------------------------------------------------------
179179
180180
An EvalWrapper for EleutherAI's eval harness based on gpt-fast's
181-
EvalWrapper: https://github.com/pytorch-labs/gpt-fast/blob/main/eval.py.
181+
EvalWrapper: https://github.com/meta-pytorch/gpt-fast/blob/main/eval.py.
182182
183183
Note:
184184
This is ONLY for vision-language models.

0 commit comments

Comments
 (0)