Skip to content

Commit b1d5c76

Browse files
joerundenjhill
andauthored
Update rust to 1.76 (#31)
Updates rust to 1.76 Signed-off-by: Joe Runde <[email protected]> Co-authored-by: Nick Hill <[email protected]>
1 parent befc8a3 commit b1d5c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs"
9797

9898
## Rust builder ################################################################
9999
# Specific debian version so that compatible glibc version is used
100-
FROM rust:1.75-bullseye as rust-builder
100+
FROM rust:1.76-bullseye as rust-builder
101101
ARG PROTOC_VERSION
102102

103103
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
@@ -171,7 +171,7 @@ RUN cd server && \
171171
make gen-server && \
172172
pip install ".[accelerate]" --no-cache-dir
173173

174-
# Patch codegen model changes into transformers 4.35
174+
# Patch codegen model changes into transformers
175175
RUN cp server/transformers_patch/modeling_codegen.py ${SITE_PACKAGES}/transformers/models/codegen/modeling_codegen.py
176176

177177
# Install router

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.75"
2+
channel = "1.76"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)