Skip to content

Commit 020a474

Browse files
committed
Add release note
1 parent 0fcb30d commit 020a474

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ SKaiNET-transformers is a high-performance LLM (Large Language Model) applicatio
1717
- `llm-apps`: Ready-to-use CLI applications for model interaction and testing.
1818
- `llm-agent`: High-level agentic capabilities (in development).
1919

20+
## Current Release
21+
22+
The current release is **0.16.0**. To use SKaiNET-transformers in your project, add the following dependency:
23+
24+
```kotlin
25+
dependencies {
26+
implementation("sk.ainet.transformers:llm-core:0.16.0")
27+
}
28+
```
29+
30+
Make sure to use a matching version of the SKaiNET engine (`sk.ainet.core:skainet-lang-core:0.16.0`).
31+
2032
## Getting Started
2133

2234
### Prerequisites

0 commit comments

Comments
 (0)