Skip to content

Commit

Permalink
Upgrade to pytorch==2.2.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Feb 1, 2024
1 parent 3b4c973 commit 56dc6e2
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN cargo build --release
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile
FROM debian:bullseye-slim as pytorch-install

ARG PYTORCH_VERSION=2.1.2
ARG PYTORCH_VERSION=2.2.0
ARG PYTHON_VERSION=3.10
ARG CUDA_VERSION=11.8
ARG MAMBA_VERSION=23.1.0-1
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gen-server:

install: gen-server
pip install pip --upgrade
pip install torch==2.1.2
pip install torch==2.2.0
pip install -r requirements.txt
pip install -e ".[bnb, accelerate, quantize, peft]"

Expand Down
Loading

0 comments on commit 56dc6e2

Please sign in to comment.