huggingface / optimum-neuron

Easy, fast and very cheap training and inference on AWS Trainium and Inferentia chips.
Apache License 2.0
176 stars 53 forks source link

Do not use deprecated list_files_info #536

Closed Wauplin closed 3 months ago

Wauplin commented 3 months ago

Related to https://github.com/huggingface/huggingface_hub/pull/2156.

list_files_info is deprecated in huggingface_hub's package since release 0.19 and will be removed in next one (0.23). Better to use list_repo_files in your case here :) cc @mfuntowicz

Wauplin commented 3 months ago

Thanks for the quick review. Don't know the process for this repo but feel free to merge anytime :)