Skip to content

Commit

Permalink
minor config addition
Browse files Browse the repository at this point in the history
  • Loading branch information
moon-strider committed Dec 28, 2023
1 parent 60ca89a commit f3c6c4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assistant_dists/dream_ranking_and_sf_based_dm/gpu1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ services:
restart: unless-stopped
environment:
- CUDA_VISIBLE_DEVICES=9
speech-function-classifier:
restart: unless-stopped
environment:
- CUDA_VISIBLE_DEVICES=9
volumes:
- "~/.deeppavlov:/root/.deeppavlov"
speech-function-predictor:
restart: unless-stopped
environment:
- CUDA_VISIBLE_DEVICES=9
volumes:
- "~/.deeppavlov:/root/.deeppavlov"
property-extraction:
restart: unless-stopped
volumes:
Expand Down

0 comments on commit f3c6c4d

Please sign in to comment.