This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Description 馃悰 Bug
To Reproduce
Steps to reproduce the behavior (always include the command you ran ):
Error in section 3: "Prepare Audio File" of MMS ASR tutorial notebook examples/mms/asr/tutorial/MMS_ASR_Inference_Colab.ipynb
Run command wget 'https://datasets-server.huggingface.co/assets/google/fleurs/--/en_us/train/0/audio/audio.mp3'
Error message of 403 Forbidden
Code sample
wget ' https://datasets-server.huggingface.co/assets/google/fleurs/--/en_us/train/0/audio/audio.mp3'
# HTTP request sent, awaiting response... 403 Forbidden
Expected behavior
It should download the FLEURS dataset. The bug is due to the outdated dataset link on HuggingFace.
Environment
fairseq Version (e.g., 1.0 or main): main
PyTorch Version (e.g., 1.0): 2.3.1
OS (e.g., Linux): Linux
How you installed fairseq (pip, source): source
Build command you used (if compiling from source): pip3 install --editable ./
Python version: 3.10.12
CUDA/cuDNN version: 12.1
GPU models and configuration:
Any other relevant information:
Additional context Reactions are currently unavailable
馃悰 Bug
To Reproduce
Steps to reproduce the behavior (always include the command you ran):
Error in section 3: "Prepare Audio File" of MMS ASR tutorial notebook
examples/mms/asr/tutorial/MMS_ASR_Inference_Colab.ipynbwget 'https://datasets-server.huggingface.co/assets/google/fleurs/--/en_us/train/0/audio/audio.mp3'403 ForbiddenCode sample
Expected behavior
It should download the FLEURS dataset. The bug is due to the outdated dataset link on HuggingFace.
Environment
pip, source): sourceAdditional context