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

Cherry pick commits from release #701

Closed gregtatum closed 3 months ago

gregtatum commented 3 months ago

Given the commits from #698:

90a9d7a @eu9ene        Bump disk for scoring (#668)
25ceab5 @bhearsum      fix: Don't abort a training task entirely if a 4xx error is encounter…
600ad4e @gabrielBusta  Refactor b-cpu-xlargedisk worker pools to allow for experimentation w…
52ed8b5 @eu9ene        Make mono shuffling deterministic to fix caching issues (#677)
121c853 @eu9ene        Bump memory for shortlist (#685)
a0edcdc @gabrielBusta  eu9ene Override the existing_tasks explicitly provided in the action's input
5f1a8c4 @eu9ene        Fix task expiration issue (#692)
5a74264 @gregtatum     Use a forked OpusCleaner in release (#693)

I ran the following on the main branch:

g cherry-pick 90a9d7a
g cherry-pick 25ceab5
g cherry-pick 600ad4e
g cherry-pick 52ed8b5
g cherry-pick 121c853
g cherry-pick a0edcdc
g cherry-pick 5f1a8c4
g cherry-pick 5a74264

This should provide a clean history if used with the "Rebase and merge your commits" option.

gregtatum commented 3 months ago

@eu9ene You could git reset --hard main the branch in #698, and then fetch this one, and git reset --hard d769195 to use this if you wanted.