Skip to content

Commit

Permalink
entity detection hotfix (#149)
Browse files Browse the repository at this point in the history
* Fix requirements.txt (#84)

* fix itsdangerous requirements

* pin itsdangerous requirements for all flask==1.1.1 servers

* entity detection hotfix

Co-authored-by: Andrii.Hura <54397922+AndriiHura@users.noreply.github.com>
Co-authored-by: mtalimanchuk <mtalimanchuk@gmail.com>
Co-authored-by: Dilyara Baymurzina <dilyara.rimovna@gmail.com>
  • Loading branch information
4 people committed May 4, 2022
1 parent a9b7cfe commit 8e74b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant_dists/dream/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ services:
SEQ_TAG_CONFIG: src/wikipedia_entity_detection_distilbert.json
EL_TAG_CONFIG: src/el_tags_infer.json
CONFIG: entity_detection_eng.json
LOWERCASE: 0
LOWERCASE: 1
PORT: 8103
SRC_DIR: annotators/entity_detection/
FINEGRAINED: 0
Expand Down

0 comments on commit 8e74b82

Please sign in to comment.