Unverified Commit f0fa17dd authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

Don't install PEFT with UV in slow tests (#7697)

* update

* update
parent c726d02b
...@@ -71,7 +71,6 @@ jobs: ...@@ -71,7 +71,6 @@ jobs:
nvidia-smi nvidia-smi
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...@@ -121,7 +120,6 @@ jobs: ...@@ -121,7 +120,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...@@ -171,11 +169,10 @@ jobs: ...@@ -171,11 +169,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
python -m uv pip install peft@git+https://github.com/huggingface/peft.git python -m pip install -U peft@git+https://github.com/huggingface/peft.git
- name: Environment - name: Environment
run: | run: |
...@@ -222,7 +219,6 @@ jobs: ...@@ -222,7 +219,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...@@ -270,7 +266,6 @@ jobs: ...@@ -270,7 +266,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
......
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