(fftrain) PS D:\MODEL> optimum-cli export onnx --model sappho192/aihub-ja-ko-translator model Framework not specified. Using pt to export to ONNX. config.json: 100%|████████████████████████████████████████████████████████████████| 5.01k/5.01k [00:00<00:00, 5.02MB/s] C:\Users\tikim\anaconda3\envs\fftrain\lib\site-packages\huggingface_hub\file_download.py:149: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\Users\tikim\.cache\huggingface\hub\models--sappho192--aihub-ja-ko-translator. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations. To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to see activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development warnings.warn(message) model.safetensors: 100%|██████████████████████████████████████████████████████████| 1.06G/1.06G [00:41<00:00, 25.4MB/s] generation_config.json: 100%|█████████████████████████████████████████████████████████████████| 132/132 [00:00 is different from the decoder model config class: . It is not recommended to use the `AutoTokenizer.from_pretrained()` method in this case. Please use the encoder and decoder specific tokenizer classes. The encoder model config class: is different from the decoder model config class: . It is not recommended to use the `AutoTokenizer.from_pretrained()` method in this case. Please use the encoder and decoder specific tokenizer classes. Using the export variant default. Available variants are: - default: The default ONNX variant. The encoder model config class: is different from the decoder model config class: . It is not recommended to use the `AutoTokenizer.from_pretrained()` method in this case. Please use the encoder and decoder specific tokenizer classes. The encoder model config class: is different from the decoder model config class: . It is not recommended to use the `AutoTokenizer.from_pretrained()` method in this case. Please use the encoder and decoder specific tokenizer classes. Using framework PyTorch: 2.2.0+cpu Using framework PyTorch: 2.2.0+cpu Using framework PyTorch: 2.2.0+cpu Post-processing the exported models... Deduplicating shared (tied) weights... Found different candidate ONNX initializers (likely duplicate) for the tied weights: decoder.lm_head.weight: {'onnx::MatMul_5227'} decoder.transformer.wte.weight: {'decoder.transformer.wte.weight'} Removing duplicate initializer onnx::MatMul_5227... Found different candidate ONNX initializers (likely duplicate) for the tied weights: decoder.lm_head.weight: {'onnx::MatMul_5226'} decoder.transformer.wte.weight: {'decoder.transformer.wte.weight'} Removing duplicate initializer onnx::MatMul_5226... Validating ONNX model model/encoder_model.onnx... -[✓] ONNX model output names match reference model (last_hidden_state) - Validating ONNX Model output "last_hidden_state": -[✓] (2, 16, 768) matches (2, 16, 768) -[✓] all values close (atol: 1e-05) Validating ONNX model model/decoder_model_merged.onnx... 2024-02-05 10:34:48.3382338 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3447244 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3482045 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3515487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3549085 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3585713 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3619643 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3654069 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3679251 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3716159 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3753170 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3790223 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3839035 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3875753 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3913904 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3949377 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.3988060 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4026177 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4066233 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4104758 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4148435 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4186668 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4224592 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4261974 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4326878 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4366204 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4402924 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4440503 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4469799 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4507056 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4545167 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4581545 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4617305 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4652457 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4691446 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4729201 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4802021 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4836413 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4870729 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4904583 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.4965686 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5015918 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5061957 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5105197 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5146203 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5186513 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5224712 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.5264779 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6421691 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6467500 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6503579 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6536814 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6572125 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6614131 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6643428 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6678630 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6713487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6749086 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6793616 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6826868 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6866821 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6903473 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6945528 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.6988172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7025617 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7063460 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7107052 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7143442 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7179812 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7216068 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7256786 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7295953 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7331660 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7367080 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7407121 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7443610 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7467813 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7505211 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7542559 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7590839 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7634520 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7671161 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7711793 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7747735 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7790232 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7815393 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7852563 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7898367 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7937662 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.7985470 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8027845 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8066679 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8106743 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8145148 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8186553 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8226590 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8264080 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8300454 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8345780 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8383818 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8422286 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8464632 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8500074 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8539844 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8577330 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8613952 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8637712 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8678198 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8717122 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8755650 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8801423 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8840945 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8879078 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8918092 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.8963286 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9001068 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9037550 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9076356 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9107494 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9153469 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9169342 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9185139 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9200709 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9216868 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9233657 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9269486 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9310211 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9356611 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9400846 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9448276 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9491135 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9533642 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9578666 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9620751 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9659756 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9701047 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9748827 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9788722 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9827094 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9867448 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9901399 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9939791 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:48.9975003 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0011111 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0051252 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0084915 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0121651 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0160494 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0197322 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0233389 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0268981 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0304517 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0339008 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0376371 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0408957 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0442009 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0480784 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0523961 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0562750 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0601988 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0636378 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0684376 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0701947 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0724269 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0763601 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0802664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0850132 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0887463 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0925526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.0962010 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1002368 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1019084 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1048551 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1088553 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1129770 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1187188 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1228920 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1268666 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1308259 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1325335 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1353504 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1389792 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1426345 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1482033 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1526556 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1572649 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1616443 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1670058 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1709648 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1751860 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1802882 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1844566 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1885873 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1927279 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.1971973 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2012437 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2054218 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2087777 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2141321 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2183151 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2226437 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2270330 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2318782 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2357649 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2396098 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2433400 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2474876 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2511699 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2547717 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2585721 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2622346 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2664507 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2701136 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2740033 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2776849 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2814652 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2851886 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2896906 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2932202 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.2967256 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3007278 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3048639 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3085799 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3121321 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3156114 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3190979 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3227544 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3263614 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3299136 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3334284 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3369782 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3406944 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3443952 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3480133 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3519764 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3555592 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3590240 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3628098 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3684604 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3724317 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3762435 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3798424 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3835459 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3877674 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3920600 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.3984516 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4024364 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4063805 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4103361 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4144833 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4186366 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4224680 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4267801 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4320838 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4358915 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4398147 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4433943 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4488561 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4528333 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4568858 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4608262 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4657719 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4693225 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4731558 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4767694 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4817107 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4858187 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4902502 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4943696 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.4982938 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5023519 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5072232 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5115873 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5155684 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5195672 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5237329 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5277337 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5313815 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5346682 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5385657 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5424157 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5460913 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5496594 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5538220 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5574818 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5611723 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5643941 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5684639 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5720088 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5755087 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5790924 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5826903 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5864243 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5900843 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5937834 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.5969867 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6024292 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6061064 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6096167 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6159745 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6209442 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6246681 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6285955 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6332924 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6369373 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6406125 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6439726 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6489387 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6525694 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6561827 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6602667 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6652216 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6690124 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6726701 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6763476 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6812047 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6848906 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6885630 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6925411 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.6961533 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7008667 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7043016 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7078701 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7113466 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7162672 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7198764 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7229328 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7245292 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7262941 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7303430 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7343678 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7392619 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7433746 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7475205 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7515919 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7554262 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7591296 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7628363 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7660237 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7701479 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7736168 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7771507 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7804739 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7840798 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7882498 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7916313 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7951209 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.7982003 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8025196 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8061636 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8098234 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8136928 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8177830 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8213823 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8251653 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8288202 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8325210 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8363201 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8404768 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8439288 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8474129 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8518890 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8558075 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8595655 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8648775 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8690786 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8728968 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8765346 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8798782 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8833359 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8873590 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8910590 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8948525 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.8994089 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9032667 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9070049 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9106664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9145603 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9182251 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9218880 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9255583 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9292390 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9337917 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9370997 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9409639 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9447269 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9489042 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9526768 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9564025 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9605789 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9647698 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9685713 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9723292 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9761108 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9799312 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9842553 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9878410 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9917965 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9954810 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:49.9991051 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0027529 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0062178 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0098972 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0135899 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0171679 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0213394 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0251197 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0286527 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0328203 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0399499 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0441213 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0480039 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0524513 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0561057 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0596172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0631774 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0670246 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0704618 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0740792 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0778436 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0822163 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0863041 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0902893 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0938412 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.0984303 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1022843 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1059405 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1097664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1154099 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1193251 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1232000 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1262715 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1298427 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1345643 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1381591 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1419167 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1462621 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1508682 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1545505 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1584328 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1629153 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1677646 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1716890 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1754211 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1823374 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1862209 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1898887 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1936039 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.1982358 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2019233 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2055488 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2088840 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2125802 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2172247 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2207907 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2247017 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2283062 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2316770 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2353220 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2395085 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2431176 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2468006 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2505402 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2547830 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2584891 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2623464 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2658222 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2696269 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2735684 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2773258 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2807665 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2843794 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2887556 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2926812 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.2964673 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3002656 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3045777 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3082923 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3120340 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3154837 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3207785 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3246971 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3283225 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3327103 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3364280 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3401119 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3438058 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3473851 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3510692 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3546926 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3584402 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3619573 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3668208 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3703301 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3739995 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3776571 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3825096 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3860783 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3895288 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3931951 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.3965908 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4018028 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4054696 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4093863 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4130673 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4183172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4221624 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4260974 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4295285 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4346820 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4383939 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4423412 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4459866 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4506471 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4541417 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4577367 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4614116 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4660833 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4698633 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4736620 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4773025 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4811064 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4849346 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4889571 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4926172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4963270 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.4997273 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5042359 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5078851 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5115818 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5154393 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5198045 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5234012 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5270720 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5308058 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5361881 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5400320 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5437012 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5473555 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5541093 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5579848 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5618582 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5650459 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5694084 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5730353 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5769326 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5807088 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5847311 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5881869 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5917751 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5954332 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.5999401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6035236 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6071943 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6108434 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6155778 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6193680 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6230950 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6267457 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6304175 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6351417 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6390419 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6426214 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6464326 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6512143 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6547476 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6584322 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6621737 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6669523 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6705756 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6743539 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6784650 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6832951 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6871515 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6908426 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6946482 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.6995107 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7032922 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7069269 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7104623 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7141756 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7190581 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7230927 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7267238 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7305654 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7340778 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7371367 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7425791 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7463286 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7501541 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7543435 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7579156 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7614822 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7651372 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7688293 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7728819 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7765784 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7802619 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7836626 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7902569 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7939984 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.7980435 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8015243 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8050731 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8089599 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8127589 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8163737 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8206072 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8243450 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8282389 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8319210 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8363096 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8401546 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8436760 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8475587 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8513751 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8550064 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8588603 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8623379 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8671692 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8707134 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8742153 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8779664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8823856 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8861753 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8897331 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8933276 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.8966771 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9013086 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9048247 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9085193 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9121296 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9167695 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9205227 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9241688 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9278823 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9331324 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9368350 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9406719 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9440033 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9475686 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9520165 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9555632 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9584414 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9600294 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9615833 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9631401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9668934 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9712663 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9752002 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9790382 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9825744 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9863815 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9902104 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9938764 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:50.9975188 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0009900 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0049349 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0085070 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0121775 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0157002 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0194334 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0231436 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0268288 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0304410 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0338643 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0377064 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0414505 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0449882 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0484687 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0522897 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0559708 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0595985 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0632903 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0674324 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0712234 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0750249 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0787054 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0829624 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0868106 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0903882 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0939864 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.0975925 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1017343 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1053690 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1089398 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1125533 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1167327 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1203286 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1238962 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1275785 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1311973 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1361113 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1397684 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1434485 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1472252 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1520978 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1559853 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1595654 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1632528 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1680481 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1719895 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1762424 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1801750 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1854618 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1893738 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1934258 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.1972408 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2009147 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2048577 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2084734 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2124530 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2166162 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2217529 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2259692 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2301716 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2342665 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2387047 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2427863 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2466774 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2502338 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2547828 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2587131 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2626315 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2666438 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2714401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2755145 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2795658 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2841002 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2881878 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2922841 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.2963691 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3003207 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3044139 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3085016 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3125981 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3168711 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3207995 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3247684 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3282679 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3326706 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3367329 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3407044 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3450480 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3499518 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3541002 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3582627 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3624592 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3675311 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3716647 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3757570 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3794464 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3842241 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3883609 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3924123 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.3970978 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4023169 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4061109 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4117599 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4164676 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4213102 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4256776 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4299469 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4346570 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4387997 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4429928 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4469759 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4511494 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4552939 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.4592748 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6356110 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6400691 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6442892 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6485263 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6524383 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6563067 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6601278 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6643573 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6682596 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6718403 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6753950 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6793117 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6820952 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6856059 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6890306 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6926960 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.6973266 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7007577 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7044483 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7081860 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7120373 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7154895 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7188986 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7226844 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7284920 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7323487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7359821 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7397522 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7438547 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7474154 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7505639 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7543061 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7585379 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7624070 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7663263 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7702649 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7744356 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7782449 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7819798 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7851250 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7892932 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7931815 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.7968559 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.8001922 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.8044674 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.8082487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.8117237 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:51.8153779 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. -[✓] ONNX model output names match reference model (present.0.value, present.7.key, present.6.key, present.4.key, present.10.key, present.9.value, present.3.key, present.5.key, present.2.value, present.1.value, present.1.key, present.11.key, present.7.value, present.11.value, present.8.key, present.3.value, present.2.key, present.0.key, present.6.value, present.9.key, present.4.value, present.8.value, present.10.value, logits, present.5.value) - Validating ONNX Model output "logits": -[✓] (2, 16, 51200) matches (2, 16, 51200) -[x] values not close enough, max diff: 2.1696090698242188e-05 (atol: 1e-05) - Validating ONNX Model output "present.0.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.0.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.1.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.1.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.2.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.2.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.3.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.3.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.4.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.4.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.5.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.5.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.6.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.6.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.7.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.7.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.8.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.8.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.9.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.9.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.10.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.10.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.11.key": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.11.value": -[✓] (2, 12, 16, 64) matches (2, 12, 16, 64) -[✓] all values close (atol: 1e-05) Validating ONNX model model/decoder_model_merged.onnx... 2024-02-05 10:34:54.7103783 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7147649 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7188921 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7229090 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7267894 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7307875 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7343186 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7379567 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7429021 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7465971 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7504709 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7542987 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7578359 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7614263 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7652320 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7688855 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7727222 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7765129 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7803271 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7841957 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7881820 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7921788 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.7961723 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8000566 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8048709 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8087584 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8124360 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8167891 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8201830 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8238570 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8273948 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8308894 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8351603 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8382311 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8420661 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8456796 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8502374 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8537519 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8576464 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8612204 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8655747 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8690612 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8729107 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8766627 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8809217 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8845608 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8881665 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:54.8919454 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_16_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0175259 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0224553 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0268498 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0310483 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0354676 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0386449 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0427814 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0467762 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0515805 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0542205 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0582986 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0625904 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0671509 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0703580 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0745108 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0790201 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0827584 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0867320 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0906548 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0944574 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.0981530 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1020169 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1058619 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1100867 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1138214 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1175381 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1210289 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1253528 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1289628 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1325110 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1359053 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1394779 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1430597 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1467530 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1506342 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1541056 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1579849 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1617700 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1655573 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1689415 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1729205 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1766780 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1804322 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1841719 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1878016 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1915703 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1953294 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.1990080 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2042933 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2083315 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2121828 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2161085 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2190950 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2230418 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2269958 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2310634 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2357134 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2397044 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2436875 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2476542 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2531455 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2570895 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2610342 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2695396 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2735444 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2774155 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2813644 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2852190 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2890410 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2930432 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.2972368 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3013268 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3057216 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3096114 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3134042 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3174207 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3212105 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3252404 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3290412 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3329269 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3364983 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3401838 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3441700 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3475509 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3511138 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3548192 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3586735 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3623096 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3657685 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3692809 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3727791 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3765697 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3800122 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3836286 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3866324 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3910123 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3944925 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.3979085 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4014475 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4054173 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4089578 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4126669 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4161172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4193485 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4232308 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4268530 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4302415 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4337730 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4384209 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4419900 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4457420 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4496335 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4541647 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4579333 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4615375 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4650927 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4702801 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4738521 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4774733 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4809562 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4846275 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4894391 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4930088 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.4966465 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5002851 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5051906 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5088024 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5125094 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5159807 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5212654 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5249001 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5287533 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5323420 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5349007 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5384982 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5421868 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5459938 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5497444 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5533004 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5570909 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5612714 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5647053 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5684600 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5719335 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5753845 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5784662 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5820821 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5858437 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5894062 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5930744 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.5968534 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6003342 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6037702 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6078615 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6114177 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6149757 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6184374 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6229861 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6245984 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6268410 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6307273 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6347792 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6393273 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6431093 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6470833 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6516998 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6561605 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6600524 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6638641 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6676654 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6722151 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6762870 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6802662 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6843254 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6887540 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6926336 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.6963459 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7003010 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7047175 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7085383 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7121989 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7159680 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7200830 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7240446 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7283328 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7322673 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7366266 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7405482 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7447671 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7486328 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7524000 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7562194 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7611445 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7649623 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7688914 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7720058 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7767119 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7805287 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7841548 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7878694 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7918582 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7956186 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.7994734 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8030601 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8071412 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8109302 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8143891 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8180680 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8216161 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8257279 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8295008 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8331094 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8363892 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8409148 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8446142 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8481375 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8518364 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8557416 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8593813 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8629285 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8663224 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8707772 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8744016 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8778175 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8814442 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8851896 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8902996 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8941634 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.8979796 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9014587 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9060295 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9084337 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9122057 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9158353 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9209318 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9247190 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9284590 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9320632 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9357281 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9406491 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9438617 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9474600 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9513332 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9563169 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9599674 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9635651 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9675559 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9726248 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9762769 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9800093 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9835216 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9882721 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9919957 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9958898 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:55.9995744 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0032224 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0065760 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0103612 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0147367 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0183885 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0218895 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0255586 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0293659 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0329541 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0366320 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0403289 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0444942 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0479510 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0508557 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0525843 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0551358 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0568556 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0595182 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0620287 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0637073 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0654184 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0700633 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0740794 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0788101 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0829284 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0866288 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0910465 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0952685 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.0994741 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1036116 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1084226 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1102348 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1122456 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1176720 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1208298 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1257535 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1304653 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1348510 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1389620 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1430419 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1469701 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1507678 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1545926 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1583450 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1620257 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1657142 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1693333 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1735893 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1772868 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1809487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1846401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1887277 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1929523 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.1969507 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2008972 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2050930 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2101082 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2139664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2178612 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2217034 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2259136 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2298212 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2337039 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2371816 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2413045 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2447103 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2487818 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2527342 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2567648 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2607999 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2647726 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2687570 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2732157 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2771089 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2809460 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2847840 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2891884 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2930933 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.2969094 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3007416 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3046321 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3087604 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3127429 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3166581 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3213985 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3253831 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3292535 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3331359 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3378312 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3418250 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3457097 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3497006 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3545781 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3585004 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3623346 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3661919 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3707001 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3746021 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3774960 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3812822 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3853825 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3905721 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3944525 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.3984600 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4022164 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4071230 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4131357 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4166729 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4216029 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4253314 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4288356 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4321795 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4359682 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4407563 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4442061 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4479415 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4516635 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4564954 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4601676 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4639469 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4676628 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4710662 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4748541 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4788244 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4823174 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4859615 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4895957 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4932803 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.4974747 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5010781 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5043615 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5080395 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5121526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5163964 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5201092 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5234831 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5275406 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5312124 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5346208 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5381079 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5419442 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5455596 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5490932 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5526574 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5562350 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5599904 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5635409 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5672728 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5717253 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5754167 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5791916 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5827413 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5881496 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5919401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5953624 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.5988320 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6025976 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6073719 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6109153 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6148039 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6182302 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6228787 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6264132 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6305583 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6342097 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6384129 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6422272 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6460723 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6493652 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6509569 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6525371 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6556679 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6575004 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6592246 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6610908 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6632050 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6678084 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6725694 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6766622 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6807106 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6846176 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6905809 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6944996 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.6991449 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7039884 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7080172 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7118900 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7159708 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7197282 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7240445 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7279009 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7317808 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7355013 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7390199 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7427488 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7459102 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7497233 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7534514 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7573363 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7610201 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7649445 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7687698 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7729514 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7776590 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7814293 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7851891 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7888427 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7928831 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.7967287 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8003452 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8041649 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8084463 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8111160 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8167412 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8213133 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8257600 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8299325 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8341897 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8382583 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8425061 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8464954 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8504676 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8550050 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8590575 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8628346 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8667005 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8710439 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8750466 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8789952 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8829713 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8869683 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8913788 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8951663 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.8989247 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9025538 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9075127 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9114392 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9153246 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9193432 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9243290 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9283240 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9320931 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9359409 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9408605 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9449212 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9486823 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9525511 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9575558 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9614850 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9652429 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9691063 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9745620 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9785010 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9824099 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9862433 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9898555 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9937003 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:56.9976115 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0016878 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0062387 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0101554 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0140959 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0180644 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0229741 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0268777 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0307142 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0345696 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0398347 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0439277 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0480688 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0522394 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0565397 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0606360 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0646881 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0674501 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0751834 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0767893 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0783591 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0799337 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0815359 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0831799 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0854798 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0902392 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0941664 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.0978889 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1021207 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1073223 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1116746 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1162071 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1180271 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1198393 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1243717 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1283931 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1315319 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1346270 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1396185 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1438906 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1483531 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1526405 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1564480 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1609588 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1658134 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1722130 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1766724 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1811696 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1854554 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1894357 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1937531 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.1980462 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2023208 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2061744 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2101379 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2142526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2182231 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2217743 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2263535 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2303461 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2341460 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2379995 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2426786 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2465314 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2503798 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2543183 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2579245 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2618378 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2657545 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2696423 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2736961 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2776058 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2816341 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2855629 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2903240 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2944115 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.2985199 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3025872 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3078862 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3118615 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3158504 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3196760 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3255994 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3295873 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3328840 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3365839 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3415811 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3455870 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3492905 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3528527 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3574243 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3611933 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3649814 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3688709 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3735871 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3774322 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3812468 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3851142 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3898795 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3938138 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.3976971 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4016054 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4064920 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4105108 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4143077 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4177443 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4227700 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4265278 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4302136 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4335697 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4371718 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4419170 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4455103 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4494423 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4531657 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4561402 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4598603 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4645804 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4682546 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4721318 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4758812 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_29_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4797651 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4833402 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4869384 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4902849 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4945065 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.4980550 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5014373 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5048331 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5087251 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5129926 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5164924 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5201807 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5234989 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5279307 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5315681 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5352279 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5388315 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5430303 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5465118 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5500489 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5534749 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5568063 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5603317 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5637632 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5674308 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5712916 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5751213 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5787207 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_28_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5822296 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5858907 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5903956 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5937206 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.5974383 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6009696 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6055818 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6093556 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6129748 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6166249 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6201942 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6250684 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6286829 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6323119 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6362321 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6410390 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6447894 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6483315 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6518401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6567402 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6604526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6640526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6679648 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6727787 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_10_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6765401 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_11_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6800812 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_17_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6837964 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6873895 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6924040 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6960316 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.6998152 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7033583 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7068098 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7102874 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7142288 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7179448 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7216427 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7254331 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7293908 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7331301 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7368000 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7400411 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7446526 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7484598 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7521295 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_9_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7557763 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7591186 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7627798 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7663201 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_1_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7699350 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_2_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7731974 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_3_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7773225 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_4_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7809472 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_5_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7844475 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_6_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7882135 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7921632 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7956837 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/Constant_30_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.7992595 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_7_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.8028804 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_8_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.8068932 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_18_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.8106212 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/Constant_19_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.9941708 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:57.9987551 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0033754 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0076527 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0121292 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0159440 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0195695 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0234355 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0267468 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0304487 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0341822 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0380136 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0415456 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0453135 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0490037 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0527064 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0565695 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0603461 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0641075 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0677646 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0715529 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0747604 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0785140 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0821386 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0877726 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0918181 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0955066 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.0991760 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.3/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1038468 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1075828 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1114656 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.5/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1157094 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1210218 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.4/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1248083 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1290399 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1336135 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.11/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1354687 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.1/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1372548 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1403621 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.7/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1444366 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.0/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1487747 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1527799 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1560871 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/crossattention/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1619150 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.2/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1663572 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.6/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1702407 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.8/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1738919 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.9/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. 2024-02-05 10:34:58.1778870 [W:onnxruntime:, graph.cc:3572 onnxruntime::Graph::CleanUnusedInitializersAndNodeArgs] Removing initializer '/decoder/transformer/h.10/attn/ConstantOfShape_output_0'. It is not used by any node and should be removed from the model. -[✓] ONNX model output names match reference model (present.0.value, present.7.key, present.6.key, present.4.key, present.10.key, present.9.value, present.3.key, present.5.key, present.2.value, present.1.value, present.1.key, present.11.key, present.7.value, present.11.value, present.8.key, present.3.value, present.2.key, present.0.key, present.6.value, present.9.key, present.4.value, present.8.value, present.10.value, logits, present.5.value) - Validating ONNX Model output "logits": -[✓] (2, 1, 51200) matches (2, 1, 51200) -[x] values not close enough, max diff: 2.288818359375e-05 (atol: 1e-05) - Validating ONNX Model output "present.0.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.0.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.1.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.1.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.2.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.2.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.3.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.3.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.4.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.4.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.5.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.5.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.6.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.6.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.7.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.7.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.8.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.8.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.9.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.9.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.10.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.10.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.11.key": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) - Validating ONNX Model output "present.11.value": -[✓] (2, 12, 17, 64) matches (2, 12, 17, 64) -[✓] all values close (atol: 1e-05) Validation for the model model/decoder_model_merged.onnx raised: The maximum absolute difference between the output of the reference model and the ONNX exported model is not within the set tolerance 1e-05: - logits: max diff = 2.1696090698242188e-05 The ONNX export succeeded with the warning: The maximum absolute difference between the output of the reference model and the ONNX exported model is not within the set tolerance 1e-05: - logits: max diff = 2.288818359375e-05. The exported model was saved at: model