Closed saket424 closed 2 weeks ago
Sadly, yes they did.
If you want to follow the official way, you can create a huggingface account, agree to share your contact info, then access the model. You can then get an API token from huggingface, save it in the vision.env like so:
HF_TOKEN=hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXX
And it should work again.
Another option is to create a huggingface account and upload your cached copy of the model for yourself without the gating, I'm not sure if this complies with the license however so I can't advise.
Alternately, there are a few people who have re-uploaded the model without such restrictions, but I can't vouch for those models, and would advise if you do plan to use an alternate model you verify the checksums before use and perhaps even clone the repo to your own account first to ensure no future changes.
I would like future releases to stop relying on huggingface downloads and allow local models, but I haven't found the time to update the codebase in a little while.
@matatonic Thanks for the response. including the HF_TOKEN and agreeing to the model rules fixed it Definitely, once the model has been downloaded and exists locally, we should be able to decouple with huggingface when feasible.
I had this downloaded to the cache and working for weeks and now i get this error What do i need to do to fix it? moondream2 works fine and does not appear to be gated