Skip to content
Closed
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ of your Python installation and tell DimWit to bypass uv by setting `DIMWIT_SKIP

## 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.

Expand Down
2 changes: 1 addition & 1 deletion mdocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ of your Python installation and tell DimWit to bypass uv by setting `DIMWIT_SKIP

## 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.

Expand Down
Loading