We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d16c94 commit b07842eCopy full SHA for b07842e
src/together/files.py
@@ -27,7 +27,7 @@ def validate_file(file: str, logger: Logger) -> bool:
27
if not os.path.isfile(file):
28
logger.critical("ERROR: File not found")
29
return False
30
-
+
31
file_size = os.stat(file).st_size
32
33
if file_size > 4.9 * (2**30):
0 commit comments