nswamy commented on a change in pull request #12074: Document MXNET_LIBRARY_PATH environment variable which was not docume… URL: https://github.com/apache/incubator-mxnet/pull/12074#discussion_r209108279
########## File path: docs/faq/env_var.md ########## @@ -8,6 +8,18 @@ For example, you can set these environment variables in Linux or macOS as follow export MXNET_GPU_WORKER_NTHREADS=3 ``` +Or in powershell: +``` +$env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0 +``` + +## Variables controling the execution environment Review comment: _controlling_ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
