mozilla / firefox-translations-training

Training pipelines for Firefox Translations neural machine translation models
https://mozilla.github.io/firefox-translations-training/
Mozilla Public License 2.0
145 stars 31 forks source link

Fix restarting downloads #784

Closed gregtatum closed 1 month ago

gregtatum commented 1 month ago

Download restarts weren't working because the chunk_iter here was being closed, when only the response needed to be closed between restarts. I tested this manually locally.