Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Adds a model card for
LFM2.5-350M, the smallest model in the LFM2.5 text family.lfm/models/lfm25-350m.mdxmodeled onlfm25-1.2b-instruct.mdx, with HF / GGUF / MLX / ONNX badges and Transformers / llama.cpp / vLLM / SGLang quickstarts. Sampling params (temperature=0.1,top_k=50,repetition_penalty=1.05) match the published model card.lfm/models/text-models.mdxunder the LFM2.5 Models section ("Fastest" badge).lfm/models/complete-library.mdx.MODEL-MATRIX.md.LFM2-350M is intentionally left in place (no deprecation badge) — same convention used when
LFM2.5-VL-450Mwas added alongsideLFM2-VL-450M.Linear ticket: DOC-24
Review & Testing Checklist for Human
LFM2-350Mshould be deprecated alongside this addition (parallel to howLFM2-1.2Bwas deprecated whenLFM2.5-1.2B-Instructwas added). I left it as-is, mirroring theLFM2-VL-450Mprecedent.npx mintlify devand click through/lfm/models/text-models,/lfm/models/lfm25-350m, and/lfm/models/complete-libraryto confirm rendering.Notes
docs.jsonbanner (still announcesLFM2.5-VL-450M); update separately if a launch announcement is desired.LFM2.5-350M,-GGUF,-MLX-8bit,-ONNX) were verified to exist (200 OK) before linking.Link to Devin session: https://app.devin.ai/sessions/8d7fac6ebe234dd5a8a0d338de0475b4
Requested by: @tuliren