Skip to content

Commit

Permalink
Services: updated MedCAT service env_app.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Feb 19, 2024
1 parent 11849e6 commit 6caaaed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion services/nlp-services/applications/medcat/config/env_app
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ SERVER_HOST=0.0.0.0
SERVER_PORT=5000
SERVER_WORKERS=1
SERVER_WORKER_TIMEOUT=300
SERVER_THREADS=16
SERVER_THREADS=16

# GPU SETTING
# CAUTION, use only if you are using the GPU docker image.
APP_TORCH_THREADS=0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TYPE=NOT_UMLS

# IMPORTANT : log level set
# CRITICAL - 50, ERROR - 40, WARNING - 30, INFO - 20, DEBUG - 10, NOTSET - 0
LOG_LEVEL=40
LOG_LEVEL=20

NESTED_ENTITIES=False

Expand Down

0 comments on commit 6caaaed

Please sign in to comment.