Skip to content

Commit 49a0b2c

Browse files
committed
Update various deps including transformers 4.36; revert PT nightly vers
Moved to earlier pytorch nightly version 2.2.0.dev20231102 to avoid perf regression
1 parent da698f6 commit 49a0b2c

File tree

11 files changed

+345
-291
lines changed

11 files changed

+345
-291
lines changed

Cargo.lock

Lines changed: 67 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_UBI_IMAGE_TAG=9.3-1361.1699548029
33
ARG PROTOC_VERSION=25.1
44
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
55
ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6-
ARG PYTORCH_VERSION=2.2.0.dev20231206
6+
ARG PYTORCH_VERSION=2.2.0.dev20231102
77

88
## Base Layer ##################################################################
99
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base

integration_tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gen-client:
22
# Compile protos
3-
pip install grpcio-tools==1.59.3 mypy-protobuf==3.5.0 'types-protobuf>=3.20.4' --no-cache-dir
3+
pip install grpcio-tools==1.60.0 mypy-protobuf==3.5.0 'types-protobuf>=3.20.4' --no-cache-dir
44
mkdir text_generation_tests/pb || true
55
python -m grpc_tools.protoc -I../proto --python_out=text_generation_tests/pb \
66
--grpc_python_out=text_generation_tests/pb --mypy_out=text_generation_tests/pb ../proto/generation.proto

0 commit comments

Comments
 (0)