Skip to content

Commit

Permalink
add bytes and bytes and accelerate for LLMs (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Dec 14, 2023
1 parent e5db47a commit 29cd76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN npm -v

WORKDIR /usr/src/app/kaggle_environments

RUN pip install Flask
RUN pip install Flask bitsandbytes accelerate

ADD ./setup.py ./setup.py
ADD ./README.md ./README.md
Expand Down

0 comments on commit 29cd76f

Please sign in to comment.