Skip to content

TUVup/NLLB_serveMORTapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

NLLB_serveMORTapi

nllb-serve가 MORT와 호환 가능하게 app.py를 수정했습니다.

Modified app.py to make nllb-serve compatible with MORT.

사용법/How to

  1. nllb-serve\nllb_serve에 app.py를 교체해 주세요.
  2. 커스텀 api 주소 설정을 http://localhost:6060/translate 로 해주세요.
  3. 사용 가능한 언어 코드는 이곳에서 볼 수 있습니다.
  4. nllb-serve의 기존 기능들도 사용 가능합니다.

  1. Replace app.py with nllb-serve\nllb_serve.
  2. Set your custom API address to http://localhost:6060/translate.
  3. Available language code can be found at here.
  4. Existing features of nllb-serve are also available.

NLLB 모델 교체/Change NLLB Model

디폴트 모델을 facebook/nllb-200-distilled-1.3B로 바꾸었습니다.

실행시 nllb-serve -mi [model] 방식으로 실행하면 모델을 교체해서 실행가능합니다.

I replaced the default model with facebook/nllb-200-distilled-1.3B.

You can run 'nllb-serve -mi [model]' to replace the model at runtime.

Ex)

nllb-serve -mi facebook/nllb-200-1.3B

MORT

nllb-serve

About

MORT api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages