Skip to content

Commit

Permalink
Pin ray version to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Mar 22, 2024
1 parent b687795 commit 5e3ec52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ RUN cd /app \
&& cd ..

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --no-cache-dir ray[all]
RUN python3 -m pip install --no-cache-dir ray[all]==2.9.3

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion requirements-rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ninja # For faster builds.
typing-extensions>=4.8.0
starlette
psutil
ray >= 2.9
ray == 2.9.3
sentencepiece # Required for LLaMA tokenizer.
numpy
tokenizers>=0.15.0
Expand Down

0 comments on commit 5e3ec52

Please sign in to comment.