Skip to content

Commit 2ab48e5

Browse files
jland-redhatJalandbartoszmajsak
authored
chore: Moving sample models into docs folder (#118)
* Moving demo models to the root directory * Adding back in rbac * Moving to docs/samples/models * Update docs/samples/models/README.md Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> * Update docs/samples/models/README.md Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> * Addressing comment --------- Co-authored-by: Jamie Land <hokie10@gmail.com> Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent 9a57784 commit 2ab48e5

File tree

11 files changed

+11
-182
lines changed

11 files changed

+11
-182
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](docs/samples/models) for examples

deployment/samples/models/README.md

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

docs/samples/models/README.md

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

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

File renamed without changes.

deployment/samples/models/facebook-opt-125m-cpu/model.yaml renamed to docs/samples/models/facebook-opt-125m-cpu/model.yaml

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

deployment/samples/models/rbac/kustomization.yaml renamed to docs/samples/models/rbac/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
namespace: llm
88

99
resources:
10-
- all-tiers.yaml
10+
- all-tiers.yaml
File renamed without changes.

0 commit comments

Comments
 (0)