mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-21 02:04:59 +00:00
chore(model gallery): add qwen3-30b-a3b
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
e13dd5b09f
commit
09bb397fe1
2 changed files with 84 additions and 0 deletions
|
@ -1,4 +1,49 @@
|
|||
---
|
||||
- &qwen3
|
||||
url: "github:mudler/LocalAI/gallery/qwen3.yaml@master"
|
||||
name: "qwen3-30b-a3b"
|
||||
urls:
|
||||
- https://huggingface.co/Qwen/Qwen3-30B-A3B
|
||||
- https://huggingface.co/bartowski/Qwen_Qwen3-30B-A3B-GGUF
|
||||
icon: https://cdn-avatars.huggingface.co/v1/production/uploads/620760a26e3b7210c2ff1943/-s1gyJfvbE1RgO5iBeNOi.png
|
||||
license: apache-2.0
|
||||
description: |
|
||||
Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support, with the following key features:
|
||||
|
||||
Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios.
|
||||
Significantly enhancement in its reasoning capabilities, surpassing previous QwQ (in thinking mode) and Qwen2.5 instruct models (in non-thinking mode) on mathematics, code generation, and commonsense logical reasoning.
|
||||
Superior human preference alignment, excelling in creative writing, role-playing, multi-turn dialogues, and instruction following, to deliver a more natural, engaging, and immersive conversational experience.
|
||||
Expertise in agent capabilities, enabling precise integration with external tools in both thinking and unthinking modes and achieving leading performance among open-source models in complex agent-based tasks.
|
||||
Support of 100+ languages and dialects with strong capabilities for multilingual instruction following and translation.
|
||||
Qwen3-30B-A3B has the following features:
|
||||
|
||||
Type: Causal Language Models
|
||||
Training Stage: Pretraining & Post-training
|
||||
Number of Parameters: 30.5B in total and 3.3B activated
|
||||
Number of Paramaters (Non-Embedding): 29.9B
|
||||
Number of Layers: 48
|
||||
Number of Attention Heads (GQA): 32 for Q and 4 for KV
|
||||
Number of Experts: 128
|
||||
Number of Activated Experts: 8
|
||||
Context Length: 32,768 natively and 131,072 tokens with YaRN.
|
||||
|
||||
For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our blog, GitHub, and Documentation.
|
||||
tags:
|
||||
- llm
|
||||
- gguf
|
||||
- gpu
|
||||
- cpu
|
||||
- qwen
|
||||
- qwen3
|
||||
- thinking
|
||||
- reasoning
|
||||
overrides:
|
||||
parameters:
|
||||
model: Qwen_Qwen3-30B-A3B-Q4_K_M.gguf
|
||||
files:
|
||||
- filename: Qwen_Qwen3-30B-A3B-Q4_K_M.gguf
|
||||
sha256: a015794bfb1d69cb03dbb86b185fb2b9b339f757df5f8f9dd9ebdab8f6ed5d32
|
||||
uri: huggingface://bartowski/Qwen_Qwen3-30B-A3B-GGUF/Qwen_Qwen3-30B-A3B-Q4_K_M.gguf
|
||||
- &gemma3
|
||||
url: "github:mudler/LocalAI/gallery/gemma.yaml@master"
|
||||
name: "gemma-3-27b-it"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue