nllb-serve가 MORT와 호환 가능하게 app.py를 수정했습니다.
Modified app.py to make nllb-serve compatible with MORT.
- nllb-serve\nllb_serve에 app.py를 교체해 주세요.
- 커스텀 api 주소 설정을 http://localhost:6060/translate 로 해주세요.
- 사용 가능한 언어 코드는 이곳에서 볼 수 있습니다.
- nllb-serve의 기존 기능들도 사용 가능합니다.
- Replace app.py with nllb-serve\nllb_serve.
- Set your custom API address to http://localhost:6060/translate.
- Available language code can be found at here.
- Existing features of nllb-serve are also available.
디폴트 모델을 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