docs: introduce adapter function term and refresh README language#57
Open
lastras wants to merge 5 commits into
Open
docs: introduce adapter function term and refresh README language#57lastras wants to merge 5 commits into
lastras wants to merge 5 commits into
Conversation
Switch from the old static chart to a screenshot of the race_live.html telemetry view showing ALORA at 10/16 done (73% KV hit, 0.64s TTFT) vs LoRA at 1/16 (7% KV hit, 2.08s TTFT). Update alt text and caption to match.
- Define "adapter function" in the opening paragraph with a link to Mellea for the guaranteed typed output contract - Use "adapter function(s)" consistently across Key Features, Compose, How It Works, Tutorials, and Ecosystem sections - Replace "pipeline" with "complex flow control" throughout - Add Granite Models to the Ecosystem section - Replace race PNG with live telemetry screenshot; update caption
- Define "adapter function" in the opening paragraph with a link to Mellea for the guaranteed typed output contract - Use "adapter function(s)" consistently across Key Features, Compose, How It Works, Tutorials, and Ecosystem sections - Replace "pipeline" with "complex flow control" throughout - Add Granite Models to the Ecosystem section - Replace race PNG with live telemetry screenshot; update caption - Remove old race image (alora_lora_race.png) - Improve How It Works: lead with KV cache normalization, rename bullets to KV cache normalization and Prefill reuse, improve closing analogy to statically linked object code - Fix deprecated target_role → scoring_schema in code example - Update Granite Switch ecosystem description for accuracy
Removed redundant phrase about output schema enforcement in adapter function description.
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.
Summary
target_role→scoring_schemain the inference code exampleTest plan