소스 검색

Update README.md (#333)

Ning 1 년 전
부모
커밋
586eab1367
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      ggml/README.md

+ 5 - 3
ggml/README.md

@@ -29,9 +29,11 @@ OPENBLAS_NUM_THREADS=8 ./bin/unity --model seamlessM4T_medium.ggml
 In the console, enter the path of local waveform file and target language, separated by space. Note that the first run would include some “warm up” time so could be slow. 
 
 Converted ggml models could be downloaded from 
-|SeamlessM4T_large | SeamlessM4T_medium | 
-|-------- | -------- | 
-| [model](dl.fbaipublicfiles.com/seamless/models/seamlessM4T_large.ggml) | [model](dl.fbaipublicfiles.com/seamless/models/seamlessM4T_medium.ggml) |  
+|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)
+
+For more details of NLLB models, please check https://github.com/facebookresearch/fairseq/tree/nllb.
 
 ## Fairseq2 model conversion 
 Models from fairseq2 checkpoints could be converted to ggml automatically with [ggml_convert.py](ggml_convert.py).