File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11GROUP =sk.ainet.transformers
2- VERSION_NAME =0.3 .0
2+ VERSION_NAME =0.16 .0
33
44POM_DESCRIPTION =SKaiNET-transformers
55
Original file line number Diff line number Diff line change 11[versions ]
2- skainet = " 0.15.3 "
2+ skainet = " 0.16.0 "
33agp = " 8.13.0"
44jacksonDatabind = " 2.21.1"
55jsonSchemaValidator = " 3.0.0"
You can’t perform that action at this time.
0 commit comments