NVIDIA / aistore

AIStore: scalable storage for AI applications
https://aistore.nvidia.com
MIT License
1.21k stars 160 forks source link

Python sdk put content times out #168

Closed satyatumati closed 6 months ago

satyatumati commented 6 months ago

When trying to put a 15MB tensor, python sdk timesout using put_content

gaikwadabhishek commented 6 months ago

Hey Satya, As we discussed, to debug further we would require logs of AIStore. 15MB put should not be a problem at all. There might be an issue in the cluster, some config might be set wrong, or a problem in the code that is calling the put_content.

To debug, can you run regular put with a file of 15 MB or more to see if things are still going wrong. You can use ais cli or continue on python.

satyatumati commented 6 months ago

Figured out this is due to our ssl setup