Skip to content

Commit

Permalink
Merge pull request #443 from n1hility/fix-deepspeed
Browse files Browse the repository at this point in the history
Fix deep speed
  • Loading branch information
rhatdan authored May 2, 2024
2 parents 208ac10 + 41a5116 commit 261ccf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion training/deepspeed/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ FROM nvcr.io/nvidia/cuda:12.1.1-cudnn8-devel-ubi9
RUN dnf install -y python python-devel git
RUN python -m ensurepip --upgrade
RUN pip3 install torch==2.1.2 --index-url https://download.pytorch.org/whl/cu121
RUN pip3 install packaging wheel flash-attn==2.5.7 deepspeed==0.14.2 transformers==4.40.1 ipdb jupyterlab gpustat matplotlib hydra-core datasets rich numba
RUN pip3 install packaging wheel
RUN pip3 install flash-attn==2.5.7
RUN pip3 install deepspeed==0.14.2
RUN pip3 install transformers==4.40.1
RUN pip3 install ipdb jupyterlab gpustat matplotlib hydra-core datasets rich numba
RUN git clone https://github.com/instructlab/training.git
RUN mkdir -p /ilab-data/training_output

Expand Down

0 comments on commit 261ccf8

Please sign in to comment.