huggingface / hfapi

Simple Python client for the Hugging Face Inference API
https://huggingface.co/models
MIT License
72 stars 10 forks source link

Maximum individual file size is 50.0GB error when my file is less than 50.0GB #7

Open ysig opened 10 months ago

ysig commented 10 months ago

Hi,

I'm trying to upload a private dataset file that is 47GB and I receive the error:

Maximum individual file size is 50.0GB

in both the programmatic and the web api.

Is this an implementation bug?

Thanks, ysig