Skip to content

Commit cd29620

Browse files
Merge pull request #2 from SKaiNET-developers/release/0.16.0
Release/0.16.0
2 parents 50c7d95 + 020a474 commit cd29620

3 files changed

Lines changed: 14 additions & 2 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=sk.ainet.transformers
2-
VERSION_NAME=0.3.0
2+
VERSION_NAME=0.16.0
33

44
POM_DESCRIPTION=SKaiNET-transformers
55

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
skainet = "0.15.3"
2+
skainet = "0.16.0"
33
agp = "8.13.0"
44
jacksonDatabind = "2.21.1"
55
jsonSchemaValidator = "3.0.0"

0 commit comments

Comments
 (0)