TurboTransformers icon indicating copy to clipboard operation
TurboTransformers copied to clipboard

Add alternative non-docker install

Open anaivebird opened this issue 4 years ago • 2 comments

It seems that the dependency is not so much:

  1. ninja (apt install ninja-build,)
  2. intel MTK (pip install mtk) (which is actually not needed if using GPU inference only, but it lays on build dependency).
  3. onmt (pip install OpenNMT-py) (if you want to pass unitest)

So may be we could provide a non-docker install methods which is far more lightweight.

anaivebird avatar Feb 28 '21 01:02 anaivebird

Hello, sorry for my late response. I assume MTK -> MKL. Please refer to the README.md of branch ppopp21_artifact_centos for installation without docker. https://github.com/Tencent/TurboTransformers/tree/ppopp21_artifact_centos

feifeibear avatar Mar 09 '21 02:03 feifeibear

BTW, you can copy installation scripts from that branch to branch master. Or pull master to branch ppopp21_artifact_centos.

feifeibear avatar Mar 09 '21 02:03 feifeibear