Skip to content

Commit

Permalink
convers-evaluation-selector removed (ranking-based is already set-up)
Browse files Browse the repository at this point in the history
  • Loading branch information
moon-strider committed Aug 8, 2023
1 parent ae2354c commit 17f2ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions assistant_dists/dream_embodied/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ services:
- "./annotators/SentSeg:/src"
ports:
- 8011:8011
convers-evaluation-selector:
volumes:
- "./response_selectors/convers_evaluation_based_selector:/src"
- "./common:/src/common"
ports:
- 8009:8009
intent-catcher-commands:
volumes:
- "./annotators/IntentCatcherTransformers:/src"
Expand Down
2 changes: 1 addition & 1 deletion assistant_dists/dream_embodied/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
agent:
command: sh -c 'bin/wait && python -m deeppavlov_agent.run agent.channel=telegram agent.telegram_token=$TG_TOKEN agent.pipeline_config=assistant_dists/dream_embodied/pipeline_conf.json'
environment:
WAIT_HOSTS: "ranking-based-response-selector:8002, sentence-ranker:8128, dff-program-y-skill:8008, sentseg:8011, convers-evaluation-selector:8009,
WAIT_HOSTS: "ranking-based-response-selector:8002, sentence-ranker:8128, dff-program-y-skill:8008, sentseg:8011,
intent-catcher-commands:8014, badlisted-words:8018, dialogpt:8125, entity-detection:8103, ner:8021, spacy-nounphrases:8006,
dff-embodied-skill:8041, embodied-sender:8042, ros-flask-server:5000, embodied-status:8043"
WAIT_HOSTS_TIMEOUT: ${WAIT_TIMEOUT:-480}
Expand Down

0 comments on commit 17f2ea5

Please sign in to comment.