Skip to content

Commit 56dc6e2

Browse files
authored
Upgrade to pytorch==2.2.0 (#217)
1 parent 3b4c973 commit 56dc6e2

File tree

5 files changed

+80
-71
lines changed

5 files changed

+80
-71
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN cargo build --release
3737
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile
3838
FROM debian:bullseye-slim as pytorch-install
3939

40-
ARG PYTORCH_VERSION=2.1.2
40+
ARG PYTORCH_VERSION=2.2.0
4141
ARG PYTHON_VERSION=3.10
4242
ARG CUDA_VERSION=11.8
4343
ARG MAMBA_VERSION=23.1.0-1

server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gen-server:
1818

1919
install: gen-server
2020
pip install pip --upgrade
21-
pip install torch==2.1.2
21+
pip install torch==2.2.0
2222
pip install -r requirements.txt
2323
pip install -e ".[bnb, accelerate, quantize, peft]"
2424

0 commit comments

Comments
 (0)