Add five-minute Transformers starter path#142
Merged
Conversation
Adds a clear first-run path for SKaiNET Transformers users, ahead of KotlinConf. - README: new "Start in 5 minutes" block; version bumped 0.23.4 -> 0.23.5 (latest stable on Maven Central); "What's new" refreshed. - getting-started.adoc / getting-started-java.adoc: canonical-start-path notes, explicit GGUF-model prerequisite, and a "Common First-Run Problems" troubleshooting table. - llama3-tool-calling.adoc: BOM snippet bumped to 0.23.5. - llm-apps/kllama-java-sample/README.md: new starter README with run command, success signal, and troubleshooting. - scripts/check-doc-versions.sh: guard against doc version drift, keyed to the README as the documented source of truth. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SKaiNET Transformers is Kotlin Multiplatform; the "Start in 5 minutes" path should lead with the unified skainet-cli rather than the Java sample. Java stays first-class but as a one-line mention pointing to the kllama-java-sample and the Java getting-started guide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a clear first-run path for SKaiNET Transformers users, ahead of KotlinConf.
Includes
0.23.4 → 0.23.5(latest stable on Maven Central); "What's new" refreshed with the real0.23.5changelog.getting-started.adoc/getting-started-java.adoc: canonical-start-path notes, explicit GGUF-model prerequisite, and a "Common First-Run Problems" troubleshooting table.llama3-tool-calling.adoc: BOM snippet bumped to0.23.5.llm-apps/kllama-java-sample/README.md: new starter README with run command, success signal, and troubleshooting.scripts/check-doc-versions.sh: lightweight drift guard, keyed to the README.Note for maintainers
developcarriesVERSION_NAME=0.23.4, but0.23.5is the latest tag published to Maven Central and the0.23.5tag is not merged intodevelop. Snippets here use0.23.5so copy-paste users get the latest stable release.🤖 Generated with Claude Code