From 2a1aa2668e6a4a19893da371a6edc0ed31b9341a Mon Sep 17 00:00:00 2001 From: Marcel Luethi Date: Wed, 26 Aug 2026 20:33:43 +0200 Subject: [PATCH] fix link to gpt example --- README.md | 2 +- mdocs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f50474..2a88b5d7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Alternatively, you can configure the Python environment manually using these env ## Status -**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/example/gpt)). The core concepts are stable, but the API is still evolving. +**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/deepwit/examples/gpt)). The core concepts are stable, but the API is still evolving. **Not production-ready** - expect breaking changes. diff --git a/mdocs/README.md b/mdocs/README.md index 6dba118c..fffb63f2 100644 --- a/mdocs/README.md +++ b/mdocs/README.md @@ -124,7 +124,7 @@ Alternatively, you can configure the Python environment manually using these env ## Status -**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/example/gpt)). The core concepts are stable, but the API is still evolving. +**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/deepwit/examples/gpt)). The core concepts are stable, but the API is still evolving. **Not production-ready** - expect breaking changes.