Artifactory supports unauthenticated access to Hugging Face repositories.
To configure the Hugging Face client against Artifactory anonymously:
Log out of Hugging Face Hub on your local machine
Add your repository using the following command:
export HF_HUB_ETAG_TIMEOUT=86400 export HF_ENDPOINT=<JFROG_HOST_URL>/artifactory/api/huggingfaceml/<REPOSITORY_KEY>
Make sure not to authenticate the Hugging Face client by passing your Hugging Face token.