Skip to content

Commit cc0fe43

Browse files
committed
Disable opencl test
1 parent 52350cc commit cc0fe43

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

Diff for: .github/workflows/test.yaml

+25-25
Original file line numberDiff line numberDiff line change
@@ -78,31 +78,31 @@ jobs:
7878
run: |
7979
python3 -m pytest
8080
81-
build-linux-opencl:
82-
83-
runs-on: ubuntu-latest
84-
85-
steps:
86-
- uses: actions/checkout@v3
87-
with:
88-
submodules: "true"
89-
- name: Set up Python 3.8
90-
uses: actions/setup-python@v4
91-
with:
92-
python-version: "3.8"
93-
- name: Set up OpenCL & CLBlast
94-
run: |
95-
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
96-
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
97-
sudo apt-get update
98-
sudo apt-get install -y --no-install-recommends llvm intel-oneapi-runtime-opencl intel-oneapi-runtime-compilers libclblast-dev
99-
- name: Install dependencies
100-
run: |
101-
python3 -m pip install --upgrade pip
102-
CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install .[all] --verbose
103-
- name: Test with pytest
104-
run: |
105-
python3 -m pytest
81+
# build-linux-opencl:
82+
83+
# runs-on: ubuntu-latest
84+
85+
# steps:
86+
# - uses: actions/checkout@v3
87+
# with:
88+
# submodules: "true"
89+
# - name: Set up Python 3.8
90+
# uses: actions/setup-python@v4
91+
# with:
92+
# python-version: "3.8"
93+
# - name: Set up OpenCL & CLBlast
94+
# run: |
95+
# wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
96+
# echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
97+
# sudo apt-get update
98+
# sudo apt-get install -y --no-install-recommends llvm intel-oneapi-runtime-opencl intel-oneapi-runtime-compilers libclblast-dev
99+
# - name: Install dependencies
100+
# run: |
101+
# python3 -m pip install --upgrade pip
102+
# CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install .[all] --verbose
103+
# - name: Test with pytest
104+
# run: |
105+
# python3 -m pytest
106106

107107

108108
build-macos-metal:

0 commit comments

Comments
 (0)