Skip to content

Commit 9735ed5

Browse files
authored
add new st version (#523)
1 parent 262ae3e commit 9735ed5

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
poetry 1.8.2

docs/assets/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

libs/client_infinity/infinity_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infinity_client"
3-
version = "0.0.75"
3+
version = "0.0.76"
44
description = "A client library for accessing ♾️ Infinity - Embedding Inference Server"
55
authors = []
66
readme = "README.md"

libs/infinity_emb/Dockerfile.amd_auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ else \
8787
fi
8888

8989
# TODO: remove this line
90-
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@42865860ec6dc135972d9555753cb7ee17f51fb4 && rm -rf ~/.cache/ /tmp/*
90+
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@7547f55e5d93245c0a013b50df976924f2d9e8b0 && rm -rf ~/.cache/ /tmp/*
9191

9292
FROM builder AS testing
9393
# install lint and test dependencies

libs/infinity_emb/Dockerfile.cpu_auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN poetry run $PYTHON -m pip install --no-cache-dir onnxruntime-openvino
5454

5555
#
5656
# TODO: remove this line
57-
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@42865860ec6dc135972d9555753cb7ee17f51fb4 && rm -rf ~/.cache/ /tmp/*
57+
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@7547f55e5d93245c0a013b50df976924f2d9e8b0 && rm -rf ~/.cache/ /tmp/*
5858

5959
FROM builder AS testing
6060
# install lint and test dependencies

libs/infinity_emb/Dockerfile.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY infinity_emb infinity_emb
4444
{{main_install|replace("--no-root","")}}
4545
{{extra_installs_main | default('#')}}
4646
# TODO: remove this line
47-
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@42865860ec6dc135972d9555753cb7ee17f51fb4 && rm -rf ~/.cache/ /tmp/*
47+
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@7547f55e5d93245c0a013b50df976924f2d9e8b0 && rm -rf ~/.cache/ /tmp/*
4848

4949
FROM builder AS testing
5050
# install lint and test dependencies

libs/infinity_emb/Dockerfile.nvidia_auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY infinity_emb infinity_emb
4444
RUN poetry install --no-interaction --no-ansi --extras "${EXTRAS}" --without lint,test && poetry cache clear pypi --all
4545
#
4646
# TODO: remove this line
47-
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@42865860ec6dc135972d9555753cb7ee17f51fb4 && rm -rf ~/.cache/ /tmp/*
47+
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@7547f55e5d93245c0a013b50df976924f2d9e8b0 && rm -rf ~/.cache/ /tmp/*
4848

4949
FROM builder AS testing
5050
# install lint and test dependencies

libs/infinity_emb/Dockerfile.trt_onnx_auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN poetry run $PYTHON -m pip install --no-cache-dir flash-attn --no-build-isola
5151
RUN poetry run $PYTHON -m pip install --no-cache-dir "tensorrt==10.3.0" "tensorrt_lean==10.3.0" "tensorrt_dispatch==10.3.0"
5252

5353
# TODO: remove this line
54-
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@42865860ec6dc135972d9555753cb7ee17f51fb4 && rm -rf ~/.cache/ /tmp/*
54+
RUN apt-get install --no-install-recommends -y git && poetry run python -m pip install git+https://github.com/huggingface/transformers.git@7547f55e5d93245c0a013b50df976924f2d9e8b0 && rm -rf ~/.cache/ /tmp/*
5555

5656
FROM builder AS testing
5757
# install lint and test dependencies

libs/infinity_emb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "infinity_emb"
4-
version = "0.0.75"
4+
version = "0.0.76"
55
description = "Infinity is a high-throughput, low-latency REST API for serving text-embeddings, reranking models and clip."
66
authors = ["michaelfeil <noreply@michaelfeil.eu>"]
77
license = "MIT"

0 commit comments

Comments
 (0)