-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from deeppavlov/dev
Release v0.16.0
- Loading branch information
Showing
123 changed files
with
4,790 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,3 +142,6 @@ kubernetes/models | |
docker-compose-one-replica.yml | ||
|
||
*.pem | ||
|
||
# personal env keys and tokens | ||
.env_secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM deeppavlov/base-gpu:0.12.0 | |
RUN pip install --upgrade pip && pip install git+https://github.com/deeppavlov/[email protected] | ||
|
||
ARG CONFIG | ||
ARG PORT | ||
ARG SERVICE_PORT | ||
ENV CONFIG=$CONFIG | ||
ENV PORT=$PORT | ||
ENV SERVICE_PORT=$SERVICE_PORT | ||
|
||
WORKDIR /src | ||
RUN mkdir common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ FROM deeppavlov/base-gpu:1.0.0rc1 | |
RUN pip install --upgrade pip && pip install git+https://github.com/deeppavlov/[email protected] | ||
|
||
ARG CONFIG | ||
ARG PORT | ||
ARG SERVICE_PORT | ||
ARG SRC_DIR | ||
ARG SED_ARG=" | " | ||
|
||
ENV CONFIG=$CONFIG | ||
ENV PORT=$PORT | ||
ENV SERVICE_PORT=$SERVICE_PORT | ||
|
||
COPY ./annotators/NER_deeppavlov/requirements.txt /src/requirements.txt | ||
RUN pip install --upgrade pip && pip install -r /src/requirements.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pip install -r requirements_load_test.txt | ||
locust -f load_test.py --headless -u 10 -r 2 --host http://0.0.0.0:$PORT/model | ||
locust -f load_test.py --headless -u 10 -r 2 --host http://0.0.0.0:$SERVICE_PORT/model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ FROM deeppavlov/base-gpu:0.12.0 | |
RUN pip install --upgrade pip && pip install git+https://github.com/deeppavlov/[email protected] | ||
|
||
ARG CONFIG | ||
ARG PORT | ||
ARG SERVICE_PORT | ||
ARG SED_ARG=" | " | ||
|
||
ENV CONFIG=$CONFIG | ||
ENV PORT=$PORT | ||
ENV SERVICE_PORT=$SERVICE_PORT | ||
|
||
WORKDIR /src | ||
RUN mkdir common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ FROM deeppavlov/base-gpu:0.12.1 | |
RUN pip install --upgrade pip && pip install git+https://github.com/deeppavlov/[email protected] | ||
|
||
ARG CONFIG | ||
ARG PORT | ||
ARG SERVICE_PORT | ||
ARG SRC_DIR | ||
ARG SED_ARG=" | " | ||
|
||
ARG LANGUAGE=EN | ||
ENV LANGUAGE ${LANGUAGE} | ||
|
||
ENV CONFIG=$CONFIG | ||
ENV PORT=$PORT | ||
ENV SERVICE_PORT=$SERVICE_PORT | ||
|
||
COPY ./annotators/entity_detection_rus/requirements.txt /src/requirements.txt | ||
RUN pip install -r /src/requirements.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: '3.7' | ||
services: | ||
combined-classification: | ||
environment: | ||
DEVICE: cpu | ||
CUDA_VISIBLE_DEVICES: "" | ||
sentence-ranker: | ||
environment: | ||
DEVICE: cpu | ||
CUDA_VISIBLE_DEVICES: "" | ||
transformers-lm-gptj: | ||
environment: | ||
DEVICE: cpu | ||
CUDA_VISIBLE_DEVICES: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"host": "DB_HOST", | ||
"port": "DB_PORT", | ||
"name": "DB_NAME", | ||
"env": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# С такими volumes удобно дебажить, не нужно пересобирать контейнер каждый раз при изменении кода | ||
services: | ||
agent: | ||
volumes: | ||
- ".:/dp-agent" | ||
ports: | ||
- 4242:4242 | ||
sentseg: | ||
volumes: | ||
- "./annotators/SentSeg:/src" | ||
ports: | ||
- 8011:8011 | ||
convers-evaluation-no-scripts-selector: | ||
volumes: | ||
- "./response_selectors/convers_evaluation_based_selector:/src" | ||
- "./common:/src/common" | ||
ports: | ||
- 8009:8009 | ||
badlisted-words: | ||
volumes: | ||
- "./annotators/BadlistedWordsDetector:/src" | ||
- "./common:/src/common" | ||
ports: | ||
- 8018:8018 | ||
spelling-preprocessing: | ||
volumes: | ||
- "./annotators/spelling_preprocessing:/src" | ||
ports: | ||
- 8074:8074 | ||
combined-classification: | ||
volumes: | ||
- "./common:/src/common" | ||
- "./annotators/combined_classification:/src" | ||
ports: | ||
- 8087:8087 | ||
sentence-ranker: | ||
volumes: | ||
- "./services/sentence_ranker:/src" | ||
- "~/.deeppavlov/cache:/root/.cache" | ||
ports: | ||
- 8128:8128 | ||
prompt-selector: | ||
volumes: | ||
- "./annotators/prompt_selector:/src" | ||
- "./common:/src/common" | ||
ports: | ||
- 8135:8135 | ||
transformers-lm-gptj: | ||
volumes: | ||
- "./services/transformers_lm:/src" | ||
- "./common:/src/common" | ||
- "~/.deeppavlov/cache:/root/.cache" | ||
ports: | ||
- 8130:8130 | ||
dff-ai-faq-prompted-skill: | ||
volumes: | ||
- "./skills/dff_template_prompted_skill:/src" | ||
- "./common:/src/common" | ||
ports: | ||
- 8143:8143 | ||
|
||
version: "3.7" |
Oops, something went wrong.