seko_talk_02_fp8.json 640 Bytes
Newer Older
gushiqiao's avatar
gushiqiao committed
1
2
3
{
    "infer_steps": 4,
    "target_fps": 16,
4
    "video_duration": 15,
gushiqiao's avatar
gushiqiao committed
5
6
    "audio_sr": 16000,
    "target_video_length": 81,
7
    "resize_mode": "adaptive",
gushiqiao's avatar
gushiqiao committed
8
9
10
11
    "self_attn_1_type": "sage_attn2",
    "cross_attn_1_type": "sage_attn2",
    "cross_attn_2_type": "sage_attn2",
    "seed": 42,
12
    "sample_guide_scale": 1.0,
gushiqiao's avatar
gushiqiao committed
13
14
15
16
17
18
    "sample_shift": 5,
    "enable_cfg": false,
    "cpu_offload": false,
    "use_31_block": false,
    "mm_config": {
        "mm_type": "W-fp8-channel-sym-A-fp8-channel-sym-dynamic-Vllm"
helloyongyang's avatar
helloyongyang committed
19
20
    },
    "adapter_quantized": true,
21
22
23
    "adapter_quant_scheme": "fp8",
    "t5_quantized": true,
    "t5_quant_scheme": "fp8"
gushiqiao's avatar
gushiqiao committed
24
}