Skip to content

Commit

Permalink
Update axolotl - Fix mistral chat template validation
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Jul 4, 2024
1 parent af5e09f commit 6be24ba
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 beb43a96d91273da42ec454d772de144ec5f8d6d
git checkout bfe2d6b2e5019a8d4486ac8a7726089928e6b3a6
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 beb43a96d91273da42ec454d772de144ec5f8d6d
git checkout bfe2d6b2e5019a8d4486ac8a7726089928e6b3a6
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 6be24ba

Please sign in to comment.