Testing for Malware
#12
by
fredrohn
- opened
I downloaded this model by clicking download directly (not through the CLI). How do I check the securityStatus of the model?
I tried to do hf_api = HfApi(); toCheck = hf_api.model_info(repo_id='TheBloke/zephyr-7B-beta-GGUF', securityStatus=True), but it said that that repo either doesn't exist or my username/password is wrong, but this isn't a private model so I'm not sure why it's asking for that.
Additionally, how would you use modelScan to test out this model? When I tried, it said there was no modelscan-settings.toml file
Figured this out, just saw the status in HuggingFace itself, it said "no virus", so I'm confident enough.
fredrohn
changed discussion status to
closed