We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac00a7 commit 9e9ae4eCopy full SHA for 9e9ae4e
examples/models/llava/export_llava.py
@@ -256,6 +256,7 @@ def export_all(llava_model: LlavaModel):
256
do_quant_fusion_and_const_prop=True,
257
)
258
259
+ logging.info("TOKEN EMBEDDING PROG", executorch_program.exported_program("token_embedding"))
260
for execution_plan in executorch_program._emitter_output.program.execution_plan:
261
logging.info(
262
f"Required memory for activation in bytes: {execution_plan.non_const_buffer_sizes}"
0 commit comments