I downloaded a model directly by clicking download, not through the CLI. I’m trying to check the securityStatus of this model. How would I do this?
I tried HfApi().model_info(repo_id=‘TheBloke/zephyr-7B-beta-GGUF’), but that says that my username/password is incorrect. However, that model is publicly available so I’m not sure why it’s asking for credentials, and I’m not even sure how to include them.