Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc0fe43

Browse filesBrowse files
committed
Disable opencl test
1 parent 52350cc commit cc0fe43
Copy full SHA for cc0fe43

File tree

Expand file treeCollapse file tree

1 file changed

+25
-25
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+25
-25
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+25-25Lines changed: 25 additions & 25 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.