File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs"
97
97
98
98
# # Rust builder ################################################################
99
99
# 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
101
101
ARG PROTOC_VERSION
102
102
103
103
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
@@ -171,7 +171,7 @@ RUN cd server && \
171
171
make gen-server && \
172
172
pip install ".[accelerate]" --no-cache-dir
173
173
174
- # Patch codegen model changes into transformers 4.35
174
+ # Patch codegen model changes into transformers
175
175
RUN cp server/transformers_patch/modeling_codegen.py ${SITE_PACKAGES}/transformers/models/codegen/modeling_codegen.py
176
176
177
177
# Install router
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.75 "
2
+ channel = " 1.76 "
3
3
components = [" rustfmt" , " clippy" ]
You can’t perform that action at this time.
0 commit comments