Skip to content

Commit

Permalink
Remove temporary e2e hack to use knowledge v3 PR
Browse files Browse the repository at this point in the history
Now that instructlab/instructlab#1790 has merged, we can remove
this.

Signed-off-by: Mark McLoughlin <[email protected]>
  • Loading branch information
markmc committed Jul 23, 2024
1 parent a1a7599 commit 776ff7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ jobs:
# config contains DEFAULT_MODEL
key: huggingface-${{ hashFiles('src/instructlab/configuration.py') }}

- name: Switch instructlab to PR 1790 (TEMPORARY)
run: |
cd instructlab
git fetch origin pull/1790/head:pr1790
git checkout pr1790
cd ..
- name: Install instructlab and instructlab-sdg
run: |
export PATH="/home/runner/.local/bin:/usr/local/cuda/bin:$PATH"
Expand Down

0 comments on commit 776ff7d

Please sign in to comment.