Skip to content

Commit 9e9ae4e

Browse files
committed
up
1 parent bac00a7 commit 9e9ae4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llava/export_llava.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ def export_all(llava_model: LlavaModel):
256256
do_quant_fusion_and_const_prop=True,
257257
)
258258
)
259+
logging.info("TOKEN EMBEDDING PROG", executorch_program.exported_program("token_embedding"))
259260
for execution_plan in executorch_program._emitter_output.program.execution_plan:
260261
logging.info(
261262
f"Required memory for activation in bytes: {execution_plan.non_const_buffer_sizes}"

0 commit comments

Comments
 (0)