Closed as not planned
Description
Our test.yaml
GitHub Action workflow fails sporadically, especially in scripts/functional-tests.sh
. Re-running usually fixes it.
This ticket collects the failures we're seeing.
HuggingFace 403 in ilab model download
INFO 2025-02-28 18:56:48,290 instructlab.model.download:77: Downloading model from Hugging Face:
Model: instructlab/granite-7b-lab-GGUF@main
Destination: /tmp/tmp.nu3kdq91k1/.cache/instructlab/models
Request 6b9bbb99-de9b-4478-8dde-35385e2bbad6: GET https://huggingface.co/api/models/instructlab/granite-7b-lab-GGUF/tree/main?recursive=True&expand=False (authenticated: False)
DEBUG 2025-02-28 18:56:48,292 huggingface_hub.utils._http:87: Request 6b9bbb99-de9b-4478-8dde-35385e2bbad6: GET https://huggingface.co/api/models/instructlab/granite-7b-lab-GGUF/tree/main?recursive=True&expand=False (authenticated: False)
Parameters:
repositories: ('instructlab/granite-7b-lab-GGUF', 'instructlab/merlinite-7b-lab-GGUF', 'TheBloke/Mistral-7B-Instruct-v0.2-GGUF', 'ibm-granite/granite-embedding-125m-english') [type: tuple, src: default]
releases: ('main', 'main', 'main', 'main') [type: tuple, src: default]
filenames: ('granite-7b-lab-Q4_K_M.gguf', 'merlinite-7b-lab-Q4_K_M.gguf', 'mistral-7b-instruct-v0.2.Q4_K_M.gguf', 'ibm-granite/granite-embedding-125m-english') [type: tuple, src: default]
model_dir: '/tmp/tmp.nu3kdq91k1/.cache/instructlab/models' [type: str, src: default]
hf_token: '' [type: str, src: default]
Downloading failed with the following exception:
Downloading model failed with the following error:
Downloading model failed with the following Hugging Face Hub error:
403 Forbidden: None.
Cannot access content at: https://huggingface.co/api/models/instructlab/granite-7b-lab-GGUF/tree/main?recursive=True&expand=False.
Make sure your token has the correct permissions.