Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:38 +08:00
commit 755b8b9431
8 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for model-deployment-helper skill
- [ ] model_deployment_template.yaml A YAML template for defining the model deployment configuration, including resource requirements, scaling parameters, and monitoring settings.
- [ ] dockerfile_example.txt An example Dockerfile for containerizing the model serving application.
- [ ] example_model_config.json An example JSON configuration file for deploying a sample model.