togethercomputer / together-python

The Official Python Client for Together's API
https://pypi.org/project/together/
Apache License 2.0
21 stars 4 forks source link

Check uploaded files by default #132

Closed mryab closed 2 months ago

mryab commented 2 months ago

Issue # ENG-5104

Describe your changes

This PR reverts the old behavior of checking files by default, because the current logic leads to many incorrect files being uploaded, adding friction to user experience (the error messages seen by users do not reveal the source of errors). If users want to skip the check (for example, they are sure the file is correct and checking it takes a long time), they can disable it with --no-check