Skip to content

Commit

Permalink
chore: update safetensors to v0.4.5
Browse files Browse the repository at this point in the history
This is to be coherent with accelerate dependencies, and to update to a
newer version.
  • Loading branch information
tengomucho committed Nov 28, 2024
1 parent 515f45a commit f063f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion text-generation-inference/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN pip install --upgrade pip
# Install HuggingFace packages
ARG TRANSFORMERS_VERSION='4.46.3'
ARG ACCELERATE_VERSION='1.1.1'
ARG SAFETENSORS_VERSION='0.4.2'
ARG SAFETENSORS_VERSION='0.4.5'

# TGI base env
ENV HF_HOME=/data \
Expand Down
2 changes: 1 addition & 1 deletion text-generation-inference/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
'grpcio-reflection == 1.62.1',
'grpc-interceptor == 0.15.2',
'typer == 0.6.1',
'safetensors == 0.4.2',
'safetensors == 0.4.5',
'transformers == 4.46.3',
'loguru == 0.6.0',
"sentencepiece == 0.2.0",
Expand Down

0 comments on commit f063f12

Please sign in to comment.