Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 25, 2024
1 parent 7403d57 commit 8b07d49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/basic-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install transformers # for ch05/07_gpt_to_llama/tests.py
- name: Test Selected Python Scripts
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/basic-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install transformers # for ch05/07_gpt_to_llama/tests.py
- name: Test Selected Python Scripts
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/basic-tests-old-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install torch==${{ matrix.pytorch-version }}
pip install transformers # for ch05/07_gpt_to_llama/tests.py
- name: Test Selected Python Scripts
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/basic-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install matplotlib==3.9.0
pip install transformers # for ch05/07_gpt_to_llama/tests.py
- name: Test Selected Python Scripts
shell: bash
Expand Down

0 comments on commit 8b07d49

Please sign in to comment.