Skip to content

Commit 65056fa

Browse files
authored
Merge pull request #499 from instructlab/e2e-use-constraints
use instructlab `constraints-dev.txt` in e2e test
2 parents b7c6567 + b771fc7 commit 65056fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
nvidia-smi
186186
python3.11 -m pip cache remove llama_cpp_python
187187
188-
CMAKE_ARGS="-DLLAMA_CUDA=on" python3.11 -m pip install .
188+
CMAKE_ARGS="-DLLAMA_CUDA=on" python3.11 -m pip install . -c constraints-dev.txt
189189
190190
# https://github.com/instructlab/instructlab/issues/1821
191191
# install with Torch and build dependencies installed

0 commit comments

Comments
 (0)