fix: update `llm_config` and `vision_config` Initialization in Config

#6
by whybe-choi - opened

This PR addresses AttributeErrors caused by missing llm_config and vision_config attributes in the llama_NemoRetrieverColEmbedConfig configuration class.

The model fails to load or serialize config with:

AttributeError: 'llama_NemoRetrieverColEmbedConfig' object has no attribute 'llm_config'
AttributeError: 'llama_NemoRetrieverColEmbedConfig' object has no attribute 'vision_config'
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment