Cloning model Error

#1
by mkapa - opened

Sorry i tried to run command "python eval.py --model_id Akashpb13/Swahili_xlsr --dataset mozilla-foundation/common_voice_8_0 --config sw --split test"
and got the error below;

local_extracted_archive = dl_manager.extract(archive_path) if not dl_manager.is_streaming else None

AttributeError: 'DownloadManager' object has no attribute 'is_streaming'

some help please

Sign up or log in to comment