src/hyperpod_nemo_adapter/collections/model/nlp/sagemaker_mixtral_model.py [25:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    predefined_model = True

    def get_model_config(self):
        """
        Get model config for Mixtral
        """
        configurable_dict = self._get_model_configurable_dict()
        if self._cfg.get("hf_model_name_or_path", None) is not None:
            model_config = get_hf_config_from_name_or_path(self._cfg)
            assert isinstance(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/hyperpod_nemo_adapter/collections/model/nlp/sagemaker_qwen_model.py [25:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    predefined_model = True

    def get_model_config(self):
        """
        Get model config for Qwen
        """
        configurable_dict = self._get_model_configurable_dict()
        if self._cfg.get("hf_model_name_or_path", None) is not None:
            model_config = get_hf_config_from_name_or_path(self._cfg)
            assert isinstance(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



