QUICK_START.md example broken due to bfshi/AutoGaze no longer existing#6
Open
cianmcnally wants to merge 1 commit into
Open
QUICK_START.md example broken due to bfshi/AutoGaze no longer existing#6cianmcnally wants to merge 1 commit into
bfshi/AutoGaze no longer existing#6cianmcnally wants to merge 1 commit into
Conversation
The bfshi/AutoGaze model repository no longer exists on Hugging Face — the model now lives at nvidia/AutoGaze, so the from_pretrained calls in the quick-start examples fail with a 404.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The

QUICK_START.mdcode is broken becausebfshi/AutoGazeno longer exists on Hugging Face. I assume @bfshi used to keep it on their personal account before it got moved tonvidia/AutoGaze.I checked all other links to @bfshi HuggingFace account here like in
TRAIN.mdthere'sbfshi/VideoMAE_AutoGaze,bfshi/AutoGaze-Training-Data,bfshi/HLVidand inthe model now lives at
nvidia/AutoGaze, so the from_pretrained calls in the quick-start examples fail with a 404.Note: the same stale ID also breaks
AutoProcessor.from_pretrained("nvidia/NVILA-8B-HD-Video")—preprocessor_config.json(L27) and the default inprocessing_nvila.py(L145) still referencebfshi/AutoGaze. I'm opening a companion PR on the Hub for that.