Engineering lifecycle
How the model was built and how a request is served
Two separate sequences. The development lifecycle is work that already happened; the runtime path is what a single request traverses. A request does not pass through training.
Model development lifecycle · historical
- 01Dolly 15KInstruction-tuning corpus
- 02Mixtral-8x7B-v0.1Base checkpoint
- 034-bit NF4Memory reduction for training
- 04QLoRA Fine-TuningLow-rank adapter training
- 05Model ArtifactPackaged deployable
- 06SageMaker DeploymentHosted inference
This sequence is static. It records completed work and is never driven by request state.
Runtime request path · per request
Next.js
Route Handler
API Gateway
HTTPS
Lambda
Invoke
SageMaker
Endpoint
Mixtral
8x7B + adapter
Response
Normalized