Merge pull request #120 from SDSRV-IDP/update/20240516

Update/20240516
This commit is contained in:
Le Van Tuan 2024-05-17 10:17:41 +07:00 committed by GitHub Enterprise
commit f40c18dcde
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ kvu_model = {
"option": "sbt_v2", "option": "sbt_v2",
"model": { "model": {
"pretrained_model_path": "/workspace/cope2n-ai-fi/weights/layoutxlm-base", "pretrained_model_path": "/workspace/cope2n-ai-fi/weights/layoutxlm-base",
"config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240503-182151_1/base.yaml", "config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240506-175534/base.yaml",
"checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240503-182151_1/checkpoints/best_model.pth" "checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240506-175534/checkpoints/best_model.pth"
} }
} }

@ -1 +1 @@
Subproject commit ec0d9a0a5a8c17c9a78165d1f78103951a2e138b Subproject commit e0355598ca82da176d7a0e1a07f1b8488fd96e3e

@ -1 +1 @@
Subproject commit 9564ba478c4df27b78526639d987b72dbbfccb40 Subproject commit e0355598ca82da176d7a0e1a07f1b8488fd96e3e

View File

@ -2,7 +2,7 @@ FROM node:21-alpine AS build
WORKDIR /app/ WORKDIR /app/
COPY --chown=node:node package*.json ./ COPY --chown=node:node package*.json ./
RUN npm install -g npm@10.4.0 && npm install RUN yarn
COPY --chown=node:node . . COPY --chown=node:node . .
RUN npm run build RUN npm run build
RUN npm cache clean --force RUN npm cache clean --force