Feature request
Hi !
I was wondering if it was possible to automatically propagate the output_hidden_states attributes to sub_configs. For some pre-trained models such as the multimodal ones, this could be convenient to avoid manually mentioning the configs of each modality.
Thanks :)
Motivation
I use the Qwen3-VL models and my pipeline is common for many different models but for this model, adding the output_hidden_states in the config does not give the hidden activations as the output of the model.
Your contribution
I created this PR: #46348
Feature request
Hi !
I was wondering if it was possible to automatically propagate the
output_hidden_statesattributes tosub_configs. For some pre-trained models such as the multimodal ones, this could be convenient to avoid manually mentioning the configs of each modality.Thanks :)
Motivation
I use the Qwen3-VL models and my pipeline is common for many different models but for this model, adding the
output_hidden_statesin the config does not give the hidden activations as the output of the model.Your contribution
I created this PR: #46348