You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run container with docker run --runtime=nvidia --gpus all --volume ./SeamlessExpressive:/app/SeamlessExpressive --volume ./gme:/app/gme --volume ./workdir:/app/workdir --rm --name t3 t3 gme/name_of_file.gme workdir
Make sure that gme, SeamlessExpressive, workdir directories are present in your current directory
workdir will contain translated GME file along with intermediate files, CSV report
Omit --runtime=nvidia --gpus all for performing a CPU inference
Tests & code checks
python tests.py
./checks.sh
Releases
v1.1 - 2025-03-12
Finished setup for running GPU (or CPU) inference from a Docker container