Skip to content

Commit

Permalink
Merge branch 'dream_ranking_and_sfc_based_dm' of github.com:deeppavlo…
Browse files Browse the repository at this point in the history
…v/dream into dream_ranking_and_sfc_based_dm
  • Loading branch information
moon-strider committed Jan 12, 2024
2 parents afbb755 + 1418271 commit 2821a6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assistant_dists/dream_ranking_and_midas_based_dm/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:
- "./annotators/SentSeg:/src"
ports:
- 8011:8011
ranking-based-response-selector:
ranking-and-intent-based-response-selector:
volumes:
- "./response_selectors/ranking_based_response_selector:/src"
- "./response_selectors/ranking_and_intent_based_response_selector:/src"
- "./common:/src/common"
ports:
- 8002:8002
- 8081:8081
dff-intent-responder-skill:
volumes:
- "./skills/dff_intent_responder_skill:/src"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
LANGUAGE: EN
FALLBACK_FILE: fallbacks_dream_en.json

ranking-based-response-selector:
ranking-and-intent-based-response-selector:
env_file: [ .env ]
build:
args:
Expand Down
2 changes: 1 addition & 1 deletion assistant_dists/dream_ranking_and_midas_based_dm/gpu1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# - ./venv/data/db_data:/root/data/db
sentseg:
restart: unless-stopped
ranking-based-response-selector:
ranking-and-intent-based-response-selector:
restart: unless-stopped
dff-intent-responder-skill:
restart: unless-stopped
Expand Down

0 comments on commit 2821a6f

Please sign in to comment.