mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
Cotran/onnx conversion (#145)
* onnx replacement * onnx conversion for nli and embedding model * fix naming * fix naming * fix naming * pin version
This commit is contained in:
parent
b30ad791f7
commit
80d2229053
7 changed files with 61 additions and 42 deletions
|
|
@ -15,7 +15,7 @@ WORKDIR /src
|
|||
# specify list of models that will go into the image as a comma separated list
|
||||
# following models have been tested to work with this image
|
||||
# "sentence-transformers/all-MiniLM-L6-v2,sentence-transformers/all-mpnet-base-v2,thenlper/gte-base,thenlper/gte-large,thenlper/gte-small"
|
||||
ENV MODELS="BAAI/bge-large-en-v1.5"
|
||||
ENV MODELS="katanemo/bge-large-en-v1.5-onnx"
|
||||
|
||||
COPY ./app ./app
|
||||
COPY ./app/guard_model_config.yaml .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue