Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-aws-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-l4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-l40s-x4-llama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-l40s-x4-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
nvidia-smi
python3.12 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.12 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.12 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-l40s-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-l40s-x8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
nvidia-smi
python3.11 -m pip cache remove llama_cpp_python

CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v .
CMAKE_ARGS="-DGGML_CUDA=on" python3.11 -m pip install -v . -c constraints-dev.txt

# https://github.com/instructlab/instructlab/issues/1821
# install with Torch and build dependencies installed
Expand Down
Loading