Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion torchchat/usages/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading