Skip to content

UnicorneCloud/bedrock-model-distillation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock-model-distillation

Install

poetry install
export PYTHONPATH=`pwd`

How it works:

  1. Change all constants in file consts.py

  2. Run poetry run python src/prepare_training.py

  3. Run poetry run python src/start_job.py take note of the job arn and role name created. You will need them later

  4. Change the job_arn in monitor_job.py. Run poetry run python src/monitor_job.py until the job is completed or check in the AWS Console and wait for completion

  5. Change the job_arn in deploy_model.py. Run poetry run python src/deploy_model.py

Clean up

Run poetry run python src/clean_up.py

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages