Skip to content

docs: add LLM Models example entry#282

Merged
mathieu-benoit merged 2 commits intoscore-spec:mainfrom
Abhishek9639:add-llm-models-example
Apr 24, 2026
Merged

docs: add LLM Models example entry#282
mathieu-benoit merged 2 commits intoscore-spec:mainfrom
Abhishek9639:add-llm-models-example

Conversation

@Abhishek9639
Copy link
Copy Markdown
Contributor

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

The Examples section currently doesn't have an entry for LLM Models. As discussed in #281, it would be helpful to show how to deploy local LLM models using score-compose, covering both Ollama and Docker Model Runner scenarios.

What does this change do?

Adds a new "LLM Models" example entry under content/en/docs/examples/ with three files:

  • llm-models.md - Main page with overview, mermaid diagram, and score.yaml files for both scenarios
  • included/llm-models-ollama.md - Step-by-step guide for the Ollama approach
  • included/llm-models-dmr.md - Step-by-step guide for the Docker Model Runner approach

The content is ported from this blog post: https://medium.com/google-cloud/score-docker-compose-to-deploy-your-local-llm-models-10aff89686ce in a simpler format, following the same structure as the existing examples (Nginx, Backstage, etc.).

What is your testing strategy?

Verified the markdown structure matches the existing examples. Confirmed that the provisioner and patcher URLs point to valid files in the community-provisioners and community-patchers repos.

Is this related to any issues?

Closes #281

Have you read the Contributing Guidelines?

Signed-off-by: Abhishek <abhishekup082@gmail.com>
@Abhishek9639 Abhishek9639 force-pushed the add-llm-models-example branch from c2e2799 to 815fee6 Compare April 22, 2026 16:03
@Abhishek9639
Copy link
Copy Markdown
Contributor Author

Hi @matthieu-benoit,
I've submitted the PR #282 for this. Let me know if any changes are needed.
Thanks

Copy link
Copy Markdown
Contributor

@mathieu-benoit mathieu-benoit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @Abhishek9639!

Just provided a few edit to do before merging please, thanks!

Comment thread content/en/docs/examples/llm-models.md Outdated
Comment thread content/en/docs/examples/included/llm-models-ollama.md Outdated
Comment thread content/en/docs/examples/included/llm-models-dmr.md
Signed-off-by: Abhishek <abhishekup082@gmail.com>
@Abhishek9639
Copy link
Copy Markdown
Contributor Author

Hi @mathieu-benoit,
Thanks for the review and suggestions.
I’ve addressed all the requested changes and pushed the updates.Could you please take another look when you get a chance? Let me know if anything else needs improvement.

Copy link
Copy Markdown
Contributor

@mathieu-benoit mathieu-benoit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great job!

@mathieu-benoit mathieu-benoit merged commit 266a77c into score-spec:main Apr 24, 2026
6 checks passed
@mathieu-benoit
Copy link
Copy Markdown
Contributor

Now deployed there https://docs.score.dev/docs/examples/llm-models/ 🚀

image

@Abhishek9639
Copy link
Copy Markdown
Contributor Author

Abhishek9639 commented Apr 24, 2026

Hi @mathieu-benoit,
I checked the deployed docs everything looks good on my end. Thanks again for the support and quick deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Examples - Add a new LLM Models entry

2 participants