Closed sergei-mironov closed 4 years ago
Sorry, this is specified here: https://github.com/msr-fiddle/pipedream/blob/master/EXPERIMENTS.md#updating-docker-container-for-translation. We should be made more visible in the main README perhaps.
My bad, I didn't notice this instruction. Still, in my case, the second part of the issue (missing notice about architecture) was more time-demanding to debug. Please, consider dropping a note it.
Hi. Looks like the installation instructions are incomplete for the Translation task. One need to mention that
gnmt
package has to be installed explicitly withcd ./runtime/translation; python setup.py install
. Also it is worth mentioning that one may need to change GPU architecture to match their hardware in https://github.com/msr-fiddle/pipedream/blob/master/runtime/translation/setup.py.Thank you.