From ec643b24489336212128122464c278461a85a2c7 Mon Sep 17 00:00:00 2001 From: abetlen Date: Sun, 21 Jun 2026 22:18:49 -0700 Subject: [PATCH] docs: link usage docs to playground --- README.md | 2 ++ docs/index.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 67f4b23..d6f8c65 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 694a114..13e572f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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