From 1e4e360d895a60b0367a40826353d6223bb70a4d Mon Sep 17 00:00:00 2001 From: Ubaldo Porcheddu Date: Sat, 30 Mar 2024 09:43:09 +0000 Subject: [PATCH] Update README.md fix urls --- ggml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/README.md b/ggml/README.md index 4d66e83f..5b9fe651 100644 --- a/ggml/README.md +++ b/ggml/README.md @@ -42,7 +42,7 @@ In the console, enter "input_text tgt_lang" - input text and target langauge, se Converted ggml models could be downloaded from |SeamlessM4T_large | SeamlessM4T_medium | NLLB_dense_1b | NLLB_distill_600m | |-------- | -------- | ------- | ------- | -| [model](dl.fbaipublicfiles.com/seamless/models/seamlessM4T_large.ggml) | [model](dl.fbaipublicfiles.com/seamless/models/seamlessM4T_medium.ggml) | [model](dl.fbaipublicfiles.com/seamless/models/nllb-200_dense_1b.ggml) | [model](dl.fbaipublicfiles.com/seamless/models/nllb-200_dense_distill_600m.ggml) +| [model](https://dl.fbaipublicfiles.com/seamless/models/seamlessM4T_large.ggml) | [model](https://dl.fbaipublicfiles.com/seamless/models/seamlessM4T_medium.ggml) | [model](https://dl.fbaipublicfiles.com/seamless/models/nllb-200_dense_1b.ggml) | [model](https://dl.fbaipublicfiles.com/seamless/models/nllb-200_dense_distill_600m.ggml) For more details of NLLB models, please check https://github.com/facebookresearch/fairseq/tree/nllb.