-
Notifications
You must be signed in to change notification settings - Fork 4
Add ONNX inference documentation #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alay2shah
wants to merge
9
commits into
main
Choose a base branch
from
onnx
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Updated complete-library.mdx table with ONNX links for 5 models - Added ONNX buttons to LFM2-8B-A1B, LFM2-VL-3B, LFM2-VL-1.6B, LFM2-VL-450M, and LFM2.5-Audio-1.5B model pages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Delete LEAP pages that are not in navigation and contain outdated content: - find-model.mdx - vibe-check-models.mdx - index.mdx - finetuning.mdx - laptop-support.mdx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Delete docs pages that are not in navigation: - docs/index.mdx (redirect page) - docs/key-concepts/models.mdx (deprecated models page) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change /leap/index references to /leap/edge-sdk/overview since the old LEAP index page was removed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Make all model names in the Model Chart link to their respective model pages for easier navigation. Also adds LFM2-2.6B-Exp to table. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add llama.cpp tab with installation and usage instructions for VL models: LFM2-VL-3B, LFM2-VL-1.6B, LFM2-VL-450M, LFM2.5-VL-1.6B Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Style first-column model name links differently from checkmark links: - No underline, regular text appearance - Purple text + light background on hover - Distinct from green checkmark links in other columns Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
mlabonne
approved these changes
Feb 1, 2026
ykhrustalev
reviewed
Feb 2, 2026
|
|
||
| ## Pre-exported Models | ||
|
|
||
| Pre-exported ONNX models are available from LiquidAI and the [onnx-community](https://huggingface.co/onnx-community). Check the [Model Library](/docs/models/complete-library) for a complete list of available formats. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add a link on "from LiquidAI" that points on our HF
Comment on lines
+24
to
+32
| ### Installation | ||
|
|
||
| ```bash | ||
| pip install onnxruntime transformers numpy huggingface_hub jinja2 | ||
|
|
||
| # For GPU support | ||
| pip install onnxruntime-gpu transformers numpy huggingface_hub jinja2 | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe instead point on the onnx-export repo directly or use it
git clone ...
uv sync
uv ryn ...
Co-authored-by: Yuri Khrustalev <ykhrustalev@users.noreply.github.com>
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.
Uh oh!
There was an error while loading. Please reload this page.