src/hyperpod_nemo_adapter/collections/model/nlp/sagemaker_deepseek_model.py [71:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                config=model_cfg,
                quantization_config=quantization_config,
                torch_dtype=torch_dtype,
                token=access_token,
                trust_remote_code=True,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/hyperpod_nemo_adapter/collections/model/nlp/sagemaker_deepseek_model.py [80:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            config=model_cfg,
            quantization_config=quantization_config,
            torch_dtype=torch_dtype,
            token=access_token,
            trust_remote_code=True,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



