Skip to content

Commit

Permalink
CI Testing: Remove bnb import check (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed Jun 14, 2024
1 parent efda766 commit 076561b
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/nightly-bnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,24 @@ jobs:
cd ..
fi
- name: Test bnb import
id: import
if: always()
run: |
source activate peft
python3 -m bitsandbytes
python3 -c "import bitsandbytes as bnb"
# TODO: uncomment this block if error is solved or bnb multi backend branch is merged
# - name: Test bnb import
# id: import
# if: always()
# run: |
# source activate peft
# python3 -m bitsandbytes
# python3 -c "import bitsandbytes as bnb"

# - name: Post to Slack
# if: always()
# uses: huggingface/hf-workflows/.github/actions/post-slack@main
# with:
# slack_channel: ${{ secrets.BNB_SLACK_CHANNEL_ID }}
# title: 🤗 Results of bitsandbytes import
# status: ${{ steps.import.outputs.status }}
# slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

- name: Post to Slack
if: always()
uses: huggingface/hf-workflows/.github/actions/post-slack@main
with:
slack_channel: ${{ secrets.BNB_SLACK_CHANNEL_ID }}
title: 🤗 Results of bitsandbytes import
status: ${{ steps.import.outputs.status }}
slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

- name: Run examples on single GPU
id: examples_tests
if: always()
Expand Down

0 comments on commit 076561b

Please sign in to comment.