Add serving-llms-on-epyc walkthrough#83
Open
amd-lalithnc wants to merge 1 commit into
Open
Conversation
- Add walkthroughs/serving-llms-on-epyc.md (+ README link) for issue amd#82. - Re-register the skill in the marketplace (needs a walkthrough to be listed). - Require AVX-512 (Zen4+): hard gate in Step 1; scope in the description. - Fix launch: drop --shm-size (conflicts with --ipc=host on podman). - detect.py: recognize lettered EPYC SKUs (e.g. 9B45 -> Turin/Zen5). - Note re-run name collision, rootless-podman cpuset, and HF_HOME cache mount. Signed-off-by: Lalithnarayan C <Lalithnarayan.C@amd.com> Change-Id: Ia2bf2b8f40c2c709f8ad3b3d394a7946d4949b26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a walkthrough for
serving-llms-on-epycatwalkthroughs/serving-llms-on-epyc.md, with a link inwalkthroughs/README.md. Resolves #82It follows the same sections as the existing walkthroughs: prerequisites, checking which skills are visible, installing the skill, running it, calling the endpoint, and a comparison of doing the task without the skill.
It also re-registers the skill in the marketplace (the entry was removed in #76) and folds in a few fixes found while testing the walkthrough on real EPYC hosts:
--shm-sizefrom the container launch — it conflicts with--ipc=hoston podman.detect.py(e.g. 9B45 → Turin).Tested end-to-end on two EPYC hosts: the endpoint comes up and answers.
Change-Id: Ia2bf2b8f40c2c709f8ad3b3d394a7946d4949b26