Skip to content

Commit

Permalink
Bart persona based (#270)
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

* add base code for bart_persona_based

* change name in configs

* misterious cuda error

* increase limits, delete int8 mode

* update port bart_persona_based

* fix codestyle

* fix black

* add port to test

* add proxy, transfer code, change deps

* format code

* fix batch processing

* remove docker buildkit feature

* fix persona field

* change service name, generation parameters json

* add proxy, format files

* remove docker build kit

* add description

* rename constants, add generation config file

* fix naming

* feat: add seq2seq_persona_based to random skills

* fix: rights and dialogpt persona based turn on

* fix: codestyle

Co-authored-by: Andrii.Hura <[email protected]>
Co-authored-by: mtalimanchuk <[email protected]>
Co-authored-by: Dilyara Baymurzina <[email protected]>
  • Loading branch information
4 people authored Jan 19, 2023
1 parent 479427b commit c3389b5
Show file tree
Hide file tree
Showing 28 changed files with 638 additions and 134 deletions.
2 changes: 1 addition & 1 deletion assistant_dists/dream/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
environment:
DEVICE: cpu
CUDA_VISIBLE_DEVICES: ""
dialogpt-persona-based:
seq2seq-persona-based:
environment:
DEVICE: cpu
CUDA_VISIBLE_DEVICES: ""
Expand Down
6 changes: 3 additions & 3 deletions assistant_dists/dream/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ services:
- "~/.deeppavlov/cache:/root/.cache"
ports:
- 8128:8128
dialogpt-persona-based:
seq2seq-persona-based:
volumes:
- "./services/dialogpt_persona_based:/src"
- "./services/seq2seq_persona_based:/src"
- "./common:/src/common"
- "~/.deeppavlov/cache:/root/.cache"
ports:
- 8131:8131
- 8140:8140
relative-persona-extractor:
volumes:
- "./annotators/relative_persona_extractor:/src"
Expand Down
Loading

0 comments on commit c3389b5

Please sign in to comment.