Skip to content

Commit

Permalink
Added env_app missing cuda setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Apr 18, 2024
1 parent 9c7527a commit a4d6234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion envs/env_app
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ SERVER_THREADS=16

# GPU SETTING
# CAUTION, use only if you are using the GPU docker image.
APP_TORCH_THREADS=0
APP_TORCH_THREADS=0

APP_CUDA_DEVICE_COUNT=-1

0 comments on commit a4d6234

Please sign in to comment.