mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-07-01 06:59:58 +02:00
update documentation
This commit is contained in:
parent
a5e5af2196
commit
5f6d045755
1 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,13 @@ Set USE_CUDA=False, if you do not have a GPU available/installed.
|
|||
|
||||
For production purposes rather use
|
||||
```
|
||||
gunicorn --bind 0.0.0.0:5000 qurator.sbb_ner.webapp.wsgi:app
|
||||
env USE_CUDA=True/False gunicorn --bind 0.0.0.0:5000 qurator.sbb_ner.webapp.wsgi:app
|
||||
```
|
||||
|
||||
If you want to use a different model configuration file:
|
||||
|
||||
```
|
||||
env USE_CUDA=True/False env CONFIG=`realpath ./my-config.json` gunicorn --bind 0.0.0.0:5000 qurator.sbb_ner.webapp.wsgi:app
|
||||
```
|
||||
|
||||
# Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue