Skip to content

Commit

Permalink
Bump axolotl version - removes sigint handler
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed May 2, 2024
1 parent 23271c9 commit 5a5d7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /packages && \
cd /packages && \
git clone https://github.com/truefoundry/axolotl && \
cd axolotl/ && \
git checkout 7ac62f5fa6b3df526a7d0fed7c711faa20df12b0
git checkout 4e8264e937571c53b9dc75345a14d4b9b9d68c4f
RUN cd /packages/axolotl/ && \
MAX_JOBS=1 NVCC_APPEND_FLAGS="--threads 1" pip install -U --no-build-isolation -e .[flash-attn,mamba-ssm,fused-dense-lib] && \
pip install --no-cache-dir -U -r /tmp/requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-notebook
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USER jovyan
RUN cd /packages && \
git clone https://github.com/truefoundry/axolotl && \
cd axolotl/ && \
git checkout 7ac62f5fa6b3df526a7d0fed7c711faa20df12b0
git checkout 4e8264e937571c53b9dc75345a14d4b9b9d68c4f
RUN cd /packages/axolotl/ && \
MAX_JOBS=1 NVCC_APPEND_FLAGS="--threads 1" pip install -U --no-build-isolation -e .[flash-attn,mamba-ssm,fused-dense-lib] && \
pip install --no-cache-dir -U -r /tmp/llm-finetune/notebook-requirements.txt
Expand Down

0 comments on commit 5a5d7f1

Please sign in to comment.