Skip to content

Commit

Permalink
Revert "CI fixes"
Browse files Browse the repository at this point in the history
This reverts commit 4609e3b.
  • Loading branch information
maximegmd committed Feb 7, 2024
1 parent 521d4db commit e25fe92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

- name: Install dependencies
run: |
pip3 install packaging
pip3 install -U -e .
pip3 install -r requirements-tests.txt
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git

WORKDIR /workspace/axolotl

RUN pip install packaging

# If AXOLOTL_EXTRAS is set, append it in brackets
RUN if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
pip install -e .[deepspeed,flash-attn,mamba-ssm,$AXOLOTL_EXTRAS]; \
Expand Down

0 comments on commit e25fe92

Please sign in to comment.