creco-inference

Unified inference code for SageMaker and Hugging Face endpoints

Deployment

SageMaker

model/
  code/
    (repo)  <-- The repo inference code as direct child (no sub-folder)
  vae
  unet
  ...

Hugging Face

model/
  (repo)  <-- The repo inference code as direct child (no sub-folder)
  vae
  unet
  ...