Currently, DEFAULT_HF_HUB_MODEL_EXPORT_DIRECTORY points to /.sagemaker/mms/models, which is only 50GB, where ~27GB are already reserved with system things. This means that customers can only deploy models with ~23GB of size.
We should either change this by default to /tmp/sagemaker/mms/models or make it configurable through an environment variable.
Currently,
DEFAULT_HF_HUB_MODEL_EXPORT_DIRECTORY
points to/.sagemaker/mms/models
, which is only 50GB, where ~27GB are already reserved with system things. This means that customers can only deploy models with ~23GB of size. We should either change this by default to/tmp/sagemaker/mms/models
or make it configurable through an environment variable.