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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ pip install ggml-python --config-settings=cmake.args='-DGGML_CUDA=ON'

# Usage

You can also try this example in the browser using the [ggml-python playground](https://ggml-python.readthedocs.io/en/latest/playground/).

```python
import ggml
import ctypes
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Below are the available options for building ggml-python with additional options
## Basic Example

Below is a simple example of using ggml-python low level api to compute the value of a function.
You can also try this example in the browser using the [ggml-python playground](playground.md).

```python
import ggml
Expand Down
Loading