Skip to content

Commit

Permalink
feat: use specter2 refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 14, 2023
1 parent 4db6685 commit 0af5f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/transformer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- ".github/workflows/transformer-image.yml"

env:
VERSION: 1.0.0
VERSION: 1.1.0

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion transformer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LABEL org.opencontainers.image.title="WeaviteTransformer"
LABEL org.opencontainers.image.description="Transformer for Weaviate, using allenai/specter2"
LABEL org.opencontainers.image.source = "https://github.com/nreinartz/tatdd-backend"

RUN MODEL_NAME=allenai/specter2_base ./download.py
RUN MODEL_NAME=allenai/specter2_aug2023refresh_base ./download.py

0 comments on commit 0af5f0e

Please sign in to comment.