diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-10 03:01:50 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-10 03:01:50 +0100 |
| commit | 2c110b07b5fc56d70587b13bec2c08536684ea93 (patch) | |
| tree | fefde70b789b2fc6fa315467419380fa9e8413b1 /app/relay/modules/biggan.js | |
| parent | ae0fbf1cc834bdd4a7b2197e5e8332ebe32e12ae (diff) | |
biggan path
Diffstat (limited to 'app/relay/modules/biggan.js')
| -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', |
