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
xuwx1
LightX2V
Commits
8e7a1549
Commit
8e7a1549
authored
Jul 11, 2025
by
helloyongyang
Browse files
update quantization readme
parent
410b1583
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
configs/quantization/hunyuan_i2v.json
configs/quantization/hunyuan_i2v.json
+1
-1
configs/quantization/readme.md
configs/quantization/readme.md
+0
-1
scripts/quantization/readme.md
scripts/quantization/readme.md
+11
-0
No files found.
configs/quantization/hunyuan_i2v.json
View file @
8e7a1549
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"seed"
:
0
,
"seed"
:
0
,
"dit_quantized_ckpt"
:
"/
mtc/gushiqiao/llmc_workspace/x2v_models/hunyuan/hunyuan_i2v_int8.pth
"
,
"dit_quantized_ckpt"
:
"/
path/to/int8/model
"
,
"mm_config"
:
{
"mm_config"
:
{
"mm_type"
:
"W-int8-channel-sym-A-int8-channel-sym-dynamic-Vllm"
"mm_type"
:
"W-int8-channel-sym-A-int8-channel-sym-dynamic-Vllm"
}
}
...
...
configs/quantization/readme.md
deleted
100644 → 0
View file @
410b1583
### TODO
scripts/quantization/readme.md
0 → 100644
View file @
8e7a1549
# Model Quantization
The config files for model quantization are available
[
here
](
https://github.com/ModelTC/lightx2v/tree/main/configs/quantization
)
By specifying --config_json to the specific config file, you can test quantization inference.
Please refer our model quantization doc:
[
English doc: Model Quantization
](
https://lightx2v-en.readthedocs.io/en/latest/method_tutorials/quantization.html
)
[
中文文档: 模型量化
](
https://lightx2v-zhcn.readthedocs.io/zh-cn/latest/method_tutorials/quantization.html
)
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