Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ox696c
ktransformers
Commits
14efb155
"src/libtorio/ffmpeg/pybind/pybind.cpp" did not exist on "c3310018fc936327e718b1341f6898bc1e08c6c2"
Unverified
Commit
14efb155
authored
Apr 29, 2025
by
Atream
Committed by
GitHub
Apr 29, 2025
Browse files
Update AMX.md
parent
38333cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/en/AMX.md
doc/en/AMX.md
+2
-2
No files found.
doc/en/AMX.md
View file @
14efb155
...
@@ -20,9 +20,9 @@ Here is the Qwen3MoE startup command:
...
@@ -20,9 +20,9 @@ Here is the Qwen3MoE startup command:
```
python
```
python
# llamafile backend
# llamafile backend
python
ktransformers
/
server
/
main
.
py
--
architectures
Qwen3MoeForCausalLM
--
model_path
<
model_dir
>
--
gguf_path
<
gguf_dir
>
--
optimize_config_path
ktransformers
/
optimize
/
optimize_rules
/
Qwen3Moe
-
serve
.
yaml
python
ktransformers
/
server
/
main
.
py
--
architectures
Qwen3MoeForCausalLM
--
model_path
<
model_dir
>
--
gguf_path
<
gguf_dir
>
--
optimize_config_path
ktransformers
/
optimize
/
optimize_rules
/
Qwen3Moe
-
serve
.
yaml
--
backend_type
balance_serve
# AMX backend
# AMX backend
python
ktransformers
/
server
/
main
.
py
--
architectures
Qwen3MoeForCausalLM
--
model_path
<
model_dir
>
--
gguf_path
<
gguf_dir
>
--
optimize_config_path
ktransformers
/
optimize
/
optimize_rules
/
Qwen3Moe
-
serve
-
amx
.
yaml
python
ktransformers
/
server
/
main
.
py
--
architectures
Qwen3MoeForCausalLM
--
model_path
<
model_dir
>
--
gguf_path
<
gguf_dir
>
--
optimize_config_path
ktransformers
/
optimize
/
optimize_rules
/
Qwen3Moe
-
serve
-
amx
.
yaml
--
backend_type
balance_serve
```
```
**Note: At present, Qwen3MoE running with AMX can only read BF16 GGUF; support for loading from safetensor will be added later.**
**Note: At present, Qwen3MoE running with AMX can only read BF16 GGUF; support for loading from safetensor will be added later.**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment