mozilla / firefox-translations-models

CPU-optimized Neural Machine Translation models for Firefox Translations
Mozilla Public License 2.0
172 stars 17 forks source link

Automate uploading to remote settings #85

Open eu9ene opened 1 year ago

eu9ene commented 1 year ago

Since we'll have more models coming in soon, we should replace publishing to a GCS bucket with publishing to Remote Settings. We should also add the model version to the model registry that's incremented automatically when a model is updated.

Related to #48 #50

eu9ene commented 9 months ago

@nordzilla let's hold on this. We discussed with security that fully automating uploading to remote settings requires a separate RRA. Let' just use your tool to bulk upload new models from a local machine for now. Also the recommendation is to switch from circle ci to github actions or taskcluster. FYI @hwine @bhearsum