Skip to content

Commit

Permalink
Upgrade to SynapseAI 1.18 version (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Liu, Kaixuan <[email protected]>
  • Loading branch information
kaixuanliu authored Nov 12, 2024
1 parent 0c07d3b commit 1871d33
Show file tree
Hide file tree
Showing 5 changed files with 1,437 additions and 1,302 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-hpu
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ COPY proto proto

RUN cargo build --release --bin text-embeddings-router -F grpc -F python --no-default-features && sccache -s

FROM vault.habana.ai/gaudi-docker/1.17.1/ubuntu22.04/habanalabs/pytorch-installer-2.3.1:latest as base
FROM vault.habana.ai/gaudi-docker/1.18.0/ubuntu22.04/habanalabs/pytorch-installer-2.4.0:latest as base

ENV HUGGINGFACE_HUB_CACHE=/data \
PORT=80
Expand Down
2 changes: 1 addition & 1 deletion backends/python/server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gen-server:

install: gen-server
pip install pip --upgrade
pip install -r requirements.txt
pip install --no-deps -r requirements.txt
pip install -e .

run-dev:
Expand Down
Loading

0 comments on commit 1871d33

Please sign in to comment.