Skip to content

Commit

Permalink
Merge pull request #48 from weaviate/add-4-new-models
Browse files Browse the repository at this point in the history
Add support for 2 new models
  • Loading branch information
antas-marcin authored Feb 1, 2023
2 parents 7035c9a + 16c4052 commit a42a6da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
matrix:
include:
- model_name: "distilbert-base-uncased"
model_tag_name: "distilbert-base-uncased"
- model_name: distilbert-base-uncased
model_tag_name: distilbert-base-uncased
- model_name: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
model_tag_name: sentence-transformers-paraphrase-multilingual-MiniLM-L12-v2
- model_name: sentence-transformers/multi-qa-MiniLM-L6-cos-v1
Expand All @@ -46,6 +46,10 @@ jobs:
model_tag_name: facebook-dpr-ctx_encoder-single-nq-base
- model_name: facebook/dpr-question_encoder-single-nq-base
model_tag_name: facebook-dpr-question_encoder-single-nq-base
- model_name: sentence-transformers/all-MiniLM-L6-v2
model_tag_name: sentence-transformers-all-MiniLM-L6-v2
- model_name: sentence-transformers/multi-qa-distilbert-cos-v1
model_tag_name: sentence-transformers-multi-qa-distilbert-cos-v1
env:
LOCAL_REPO: transformers-inference
REMOTE_REPO: semitechnologies/transformers-inference
Expand Down

0 comments on commit a42a6da

Please sign in to comment.