Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 408 Bytes

DEPLOY.md

File metadata and controls

23 lines (15 loc) · 408 Bytes

Deploy a model to SageMaker

Install dependencies

pip install -r requirements-utils.txt

Deploy a model

Deploy a model to SageMaker:

python utils/deploy.py --config_path utils/configs/mistral.json

You can create more models configs in the utils/configs folder.

To clean up the SageMaker resources:

python utils/cleanup.py --endpoint_name <endpoint_name>