Sign inSign up

tgowda/rtg-model

By tgowda

Updated about 3 years ago

RTG Models

Image
2

1.5K

tgowda/rtg-model repository overview

Model versions

  • 500toEng-v1 : 500 to English translation model. Supported languages
  • 600toEng-v2.0 : 600 to English translation model. Supported languages
    • 600toEng-v2.0-arm64: the above model for ARM64 CPUs, such as Apple Silicon, Qualcomm Snapdragon, etc (does not come with cuda libs)

Chose your image, example, IMAGE=tgowda/rtg-model:600toEng-v2.0

  1. To start the container without GPU,
docker run --rm -i -p 6060:6060 $IMAGE
  1. Start the container with mounting GPU device 0
docker run --rm -i -p 6060:6060 --gpus '"device=0"' $IMAGE

The docker container starts a web interface accessible at http://localhost:6060

For more info, see http://rtg.isi.edu/many-eng/

Tag summary

Content type

Image

Digest

sha256:a66ad3220

Size

6.1 GB

Last updated

about 3 years ago

docker pull tgowda/rtg-model:v1.0-500Eng-v1