"megatron/vscode:/vscode.git/clone" did not exist on "c125d24742387183c395c0d3f154ae423aa4ac57"
Unverified Commit aa72104b authored by Baber Abbasi's avatar Baber Abbasi Committed by GitHub
Browse files

fix model tests (#2604)

upgrade transformers and peft in CI
parent 59f9ad4b
......@@ -85,5 +85,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e '.[dev,optimum,deepsparse,sparseml,api]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -U transformers peft
- name: Test with pytest
run: python -m pytest tests/models --showlocals -s -vv
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment