@@ -78,31 +78,31 @@ jobs:
78
78
run : |
79
79
python3 -m pytest
80
80
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
106
106
107
107
108
108
build-macos-metal :
0 commit comments