Commit Graph

15 Commits

Author SHA1 Message Date
Talmaj Marinc
d657a40681 Add distinction in error messaging for gated models.
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
2026-07-02 12:41:23 +02:00
Talmaj Marinc
fe4d0c9722 Disable newline translations on Windows, \r\n -> \n only.
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
2026-07-01 12:06:17 +02:00
Talmaj Marinc
8a6e7906f7 Fix an issue with windows lacking have os.pwrite 2026-07-01 11:56:41 +02:00
Talmaj Marinc
abc0b728ab Fix sweep deleting FAILED partials and fix segmented resume path trusted offsets blindly. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
b419fd8399 Redact urls in logging and fix concurrent enqueue issue that could corrupt the downloaded files. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
e0b07014c0 Simplify docstrings. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
3eade55077 Handle short pwrite() results. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
c785130223 Switch to asyncio.to_thread for db calls in job.py 2026-06-30 20:33:16 +02:00
Talmaj Marinc
4ccaaa6f37 Improve _finalize checks for downloads. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
58392bf7a6 Truncate file to 0 before restarting. 2026-06-30 20:33:16 +02:00
Talmaj Marinc
4ae294d2d5 Add max-download-size in case the server tries to send larger files than it reports. 2026-06-30 20:33:15 +02:00
Talmaj Marinc
95b0758a88 Clear error when the job leaves a failure state. 2026-06-30 20:33:15 +02:00
Talmaj Marinc
dba2bfbc02 Fix resuming of segmented download. 2026-06-30 20:33:15 +02:00
Talmaj Marinc
4bd7cc153e Simplify docstrings. 2026-06-30 20:33:15 +02:00
Talmaj Marinc
c7c18377a3 Add initial commit for model downloader. 2026-06-30 20:33:15 +02:00