Add AI inference stack: safetensors-zig, tokenizers-zig, vllm-zig, faiss-zig#224
Merged
Conversation
…+ vllm-zig + faiss-zig)
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds additional Zig-related AI/ML infrastructure libraries to the README’s curated list.
Changes:
- Added four new Zig libraries (safetensors, tokenizers, vLLM substrate, FAISS-like vector search) under the Zig section.
- Included brief performance/feature notes and AGPL-3.0 licensing details for each new entry.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds four new Zig libraries (safetensors-zig, tokenizers-zig, vllm-zig, and faiss-zig) to the README.md. The reviewer suggested sorting these newly added list items alphabetically to maintain organization and readability, providing a concrete code suggestion.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
jiacai2050
approved these changes
May 28, 2026
Member
|
Thank 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.
Adding four single-purpose Zig 0.16 libraries that compose into an end-to-end CPU LLM inference path. All AGPL-3.0, single-binary, libc-only, with reproducible benchmarks in each repo.
Composition write-up: https://smc17.github.io/stax-blog/lab/ai-inference-zig-stack.html
Each repo carries pre-1.0 / "honest non-claims" framing in the README — happy to adjust phrasing if the awesome-zig style guide prefers different wording.