From 84efa2f1e510cc57fbcdabd6104f42e508874d6d Mon Sep 17 00:00:00 2001 From: Marcel Luethi Date: Tue, 14 Jul 2026 08:17:59 +0200 Subject: [PATCH] fix broken link to gpt implementation --- README.md | 2 +- mdocs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6794c32..064e041 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,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](examples/src/main/scala/complex/GPT2.scala)). 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/example/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 cd82de2..bd5d2b9 100644 --- a/mdocs/README.md +++ b/mdocs/README.md @@ -123,7 +123,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](examples/src/main/scala/complex/GPT2.scala)). 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/example/gpt)). The core concepts are stable, but the API is still evolving. **Not production-ready** - expect breaking changes.