We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcb30d commit 020a474Copy full SHA for 020a474
1 file changed
README.md
@@ -17,6 +17,18 @@ SKaiNET-transformers is a high-performance LLM (Large Language Model) applicatio
17
- `llm-apps`: Ready-to-use CLI applications for model interaction and testing.
18
- `llm-agent`: High-level agentic capabilities (in development).
19
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
32
## Getting Started
33
34
### Prerequisites
0 commit comments