Skip to content

Commit bc94271

Browse files
committed
Adding init for encoder and compiler_only flag for wan configs
Signed-off-by: vtirumal <[email protected]>
1 parent 6e851fb commit bc94271

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -----------------------------------------------------------------------------
2+
#
3+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
# SPDX-License-Identifier: BSD-3-Clause
5+
#
6+
# ----------------------------------------------------------------------------

QEfficient/diffusers/pipelines/configs/wan_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"mdp_ts_num_devices": 16,
2525
"mxfp6_matmul": true,
2626
"convert_to_fp16": true,
27+
"compile_only":true,
2728
"aic_num_cores": 16,
2829
"mos": 1,
2930
"mdts_mos": 1

examples/diffusers/wan/wan_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"mdp_ts_num_devices": 16,
2626
"mxfp6_matmul": true,
2727
"convert_to_fp16": true,
28+
"compile_only":true,
2829
"aic_num_cores": 16,
2930
"mos": 1,
3031
"mdts_mos": 1

tests/diffusers/wan_test_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"mdp_ts_num_devices": 1,
5252
"mxfp6_matmul": true,
5353
"convert_to_fp16": true,
54+
"compile_only":true,
5455
"aic_num_cores": 16,
5556
"mos": 1,
5657
"mdts_mos": 1

0 commit comments

Comments
 (0)