From ad5901a12be29de47f6c243411e8b6aca3b326be Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Tue, 12 Aug 2025 15:58:00 -0500 Subject: [PATCH 1/2] Replace 'pytorch-labs' with 'meta-pytorch' in 2 files --- torchchat/usages/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchchat/usages/eval.py b/torchchat/usages/eval.py index 882b650d0..0da9a7ce4 100644 --- a/torchchat/usages/eval.py +++ b/torchchat/usages/eval.py @@ -178,7 +178,7 @@ class VLMEvalWrapper(HFMultimodalLM): ------------------------------------------------------------------------------- An EvalWrapper for EleutherAI's eval harness based on gpt-fast's - EvalWrapper: https://github.com/pytorch-labs/gpt-fast/blob/main/eval.py. + EvalWrapper: https://github.com/meta-pytorch/gpt-fast/blob/main/eval.py. Note: This is ONLY for vision-language models. From 890a5a413a0b0e9162f9d5a9bf5f03c8ffafbc49 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Tue, 12 Aug 2025 15:58:01 -0500 Subject: [PATCH 2/2] Replace 'pytorch-labs' with 'meta-pytorch' in 2 files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46dea585..f3b9166cc 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ awesome libraries and tools you've built around local LLM inference. * Christian Puhrsch, Horace He, Joe Isaacson and many more for their many contributions in Accelerating GenAI models in the *"Anything, Fast!"* pytorch.org blogs, and, in particular, Horace He for [GPT, - Fast!](https://github.com/pytorch-labs/gpt-fast), which we have + Fast!](https://github.com/meta-pytorch/gpt-fast), which we have directly adopted (both ideas and code) from his repo.