Skip to content

Commit

Permalink
docu remove clblast from macos
Browse files Browse the repository at this point in the history
  • Loading branch information
LLukas22 committed Jun 16, 2023
1 parent 65ce0d3 commit ef4e644
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The `ggml-sys` crate includes various acceleration backends, selectable via `--f
| ----------- | ------------------ | ------------------ | ------------------ |
| Windows | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Linux | :heavy_check_mark: | :heavy_check_mark: | :x: |
| MacOS | :x: | :heavy_check_mark: | :heavy_check_mark: |
| MacOS | :x: | :x: | :heavy_check_mark: |

## Dependencies for Building with Acceleration Support

Expand Down Expand Up @@ -87,10 +87,6 @@ CLBlast can be installed on Linux through various package managers. For example,

Xcode and the associated command-line tools should be installed on your system, and you should be running a version of MacOS that supports Metal. For more detailed information, please consult the [official Metal documentation](https://developer.apple.com/metal/).

#### CLBlast

CLBlast can be installed on MacOS using Homebrew with the command `brew install clblast`. Ensure the `OPENCL_PATH` and `CLBLAST_PATH` environment variables are correctly set post-installation.

## Debugging

This repository includes a [`launch.json` file](../.vscode/launch.json) that can
Expand Down

0 comments on commit ef4e644

Please sign in to comment.