Add model size info and update multilingual model table descriptions#46
Merged
sxy-trans-n merged 5 commits intomainfrom Jul 8, 2025
Merged
Add model size info and update multilingual model table descriptions#46sxy-trans-n merged 5 commits intomainfrom
sxy-trans-n merged 5 commits intomainfrom
Conversation
sxy-trans-n
reviewed
Jul 7, 2025
README_CN.md
Outdated
| | `qwen3` | `mlx-community/Qwen3-8B-4bit` | 4.3 GB | Qwen3 8B (默认) | | ||
| | `qwen3-1.7b` | `mlx-community/Qwen3-1.7B-4bit` | 938.4 MB | Qwen3 1.7B (轻量级) | | ||
| | `llama3.2` | `mlx-community/Llama-3.2-3B-Instruct-4bit` | 1.7 GB | Llama 3.2 3B (默认) | | ||
| | `gemma3` | `mlx-community/gemma-3-27b-it-4bit` | 15.7 GB | Gemma 3 (VLM - 视觉语言模型) | |
Collaborator
There was a problem hiding this comment.
gemma3 = mlx-community/gemma-3-4b-it-4bit
added 2 commits
July 8, 2025 01:42
sxy-trans-n
approved these changes
Jul 8, 2025
sxy-trans-n
approved these changes
Jul 8, 2025
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.
This PR adds a "Size" column to the model alias tables in README.md, README_CN.md, and README_JA.md, and updates the model descriptions in all supported languages (English, Chinese, Japanese) for clarity and consistency.
Added model size information for each alias.
Improved and unified model descriptions across all documentation languages.
No code changes, documentation only.
Please review, thanks!