You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there 👋 This behaviour was taken over from a very early version of the project (v1), where I would just name the models the same as they are on the HF Hub, and store the model weights under my HF account under a single repo. Since v2, a change was needed to run with github actions, so I introduced the TESTING_REMOTELY environment variable to link to models under the Xenova account on HF. So, if you want to test locally, you can set TESTING_REMOTELY=1 (a bit confusing I guess), which will use the web-ready versions.
Question
When I git clone to my Mac, and run tests, I get a lot of errors:
And indeed, a lot of files don't actually exist, like in this case:
https://huggingface.co/gpt2/resolve/main/tokenizer_config.json
But I don't see this in the logs for your github actions, so i am confused.
The text was updated successfully, but these errors were encountered: