Skip to content

Commit a2be5a4

Browse files
committed
Moving demo models to the root directory
1 parent efc1616 commit a2be5a4

File tree

11 files changed

+12
-219
lines changed

11 files changed

+12
-219
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ Built with:
208208
For questions or issues:
209209
- Open an issue on GitHub
210210
- Check the [deployment guide](deployment/README.md) for troubleshooting
211-
- Review the [samples](deployment/samples/models/) for examples
211+
- Review the [samples](samples/models/) for examples

demo-models/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Sample LLMInferenceService Models
2+
3+
This directory contains `LLMInferenceService` for deployment of sample models. Please refer to the [deployment guide](../deployment/README.md) for more details of how to test MaaS Platform with these models.
4+
5+
# Deployment
6+
7+
```bash
8+
cd demo-models
9+
MODEL_NAME=simulator # or facebook-opt-125m-cpu or qwen3
10+
kustomize build $MODEL_NAME | kubectl apply -f -
11+
```

deployment/samples/models/facebook-opt-125m-cpu/kustomization.yaml renamed to demo-models/facebook-opt-125m-cpu/kustomization.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

deployment/samples/models/README.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

deployment/samples/models/rbac/all-tiers.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)