Failing to get mathlib4 #48
Answered
by
yangky11
AndreSlavescu
asked this question in
Q&A
|
Hello, I am trying to run the retriever example with the following: python retrieval/main.py predict --config retrieval/confs/cli_lean4_random.yaml --ckpt_path "my path" I saved the model checkpoints locally for the following model: kaiyuy/leandojo-lean4-retriever-byt5-small And was able to get passed the _load_data stage where the examples are being loaded. After that stage where I get the following error: Request GET /repos/leanprover-community/mathlib4 failed with 403: rate limit exceeded |
Answered by
yangky11
Mar 31, 2024
Replies: 1 comment
|
Did you try set the |
0 replies
Answer selected by
yangky11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you try set the
GITHUB_ACCESS_TOKENenvironment variable as mentioned in LeanDojo's requirements?