diff options
| -rw-r--r-- | app/relay/modules/biggan.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/relay/modules/biggan.js b/app/relay/modules/biggan.js index e3f9395..6d6e211 100644 --- a/app/relay/modules/biggan.js +++ b/app/relay/modules/biggan.js @@ -6,6 +6,8 @@ const cwd = process.env.BIGGAN_CWD || path.join(process.env.HOME, 'code/' + name const env = { LD_LIBRARY_PATH: '/usr/local/cuda/lib64:' + process.env.TENSORRT_LIB_PATH, TFHUB_CACHE_DIR: '/home/lens/.tfhub', + LC_ALL: 'C.UTF-8', + LANG: 'C.UTF-8', } const live = { type: 'pytorch_biggan', |
