You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running a code sample sent by a user for a bug and realized that snapshot_download uses some parallelism (ncie!) but doesn't give the name of the file downloaded as a result, see screenshot:
Yes, thanks for reporting @sgugger 👍
This happens when the file is downloaded from S3 (LFS files). I fixed it as part of #1267 (see #1267 (comment)). Fix will be available in next release :)
I was running a code sample sent by a user for a bug and realized that
snapshot_download
uses some parallelism (ncie!) but doesn't give the name of the file downloaded as a result, see screenshot:This was by executing:
cc @Wauplin
The text was updated successfully, but these errors were encountered: