From 77a0e84710eecdf53fa4e189468b179ef736b2d3 Mon Sep 17 00:00:00 2001 From: Carles Onielfa <31882346+carlesonielfa@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:50:26 +0200 Subject: [PATCH] Disable finetuned multilingual in prod --- features-v2.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features-v2.json b/features-v2.json index eac0615..5eac5bc 100644 --- a/features-v2.json +++ b/features-v2.json @@ -80,7 +80,9 @@ "nua_prod_disabled_embedding_models": { "rollout": 0, "variants": { - "model": [] + "model": [ + "multilingual-2024-10-07" + ] } }, "nua_stage_disabled_generative_models": {