Skip to content

Add serving-llms-on-instinct walkthrough - #155

Open
satyam-jani wants to merge 1 commit into
amd:mainfrom
satyam-jani:add-serving-llms-on-instinct-walkthrough
Open

Add serving-llms-on-instinct walkthrough#155
satyam-jani wants to merge 1 commit into
amd:mainfrom
satyam-jani:add-serving-llms-on-instinct-walkthrough

Conversation

@satyam-jani

Copy link
Copy Markdown

Adds a step-by-step walkthrough for the existing serving-llms-on-instinct skill, mirroring the structure of serving-llms-on-epyc, and lists it in the walkthroughs index.

Adds a step-by-step walkthrough for the existing serving-llms-on-instinct
skill, mirroring the structure of serving-llms-on-epyc, and lists it in
the walkthroughs index.
@danielholanda
danielholanda requested a review from Mahdi-CV August 21, 2026 18:19
@danielholanda

Copy link
Copy Markdown
Collaborator

@Mahdi-CV Can you please take a look?

@Mahdi-CV Mahdi-CV left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks great. Thanks @satyam-jani just a few minor changes will make it more user friendly and complete IMO


## Step 3 - Running the skill

Run `claude --model sonnet` on your Instinct host with this prompt:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

let's not enforce any model

Run `claude --model sonnet` on your Instinct host with this prompt:

```
Serve Qwen/Qwen3.5-9B on this AMD Instinct GPU with vLLM.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

we should mention the user either can run this skill if claude is installed on the server like the way you have or if the server is reachable with ssh then they can just give the server address.

Once Claude reports the endpoint is healthy, use the **base URL, served-model name, and
port from Claude's connection table** (it uses port `8000` by default):

```bash

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

let's remove this and just ask them to follow the terminal instructions. The curl command might look different for some models.

Prefer Python? Point the OpenAI SDK at the local server (`base_url` ends in `/v1`;
the SDK needs a non-empty key, so use any placeholder when there is no auth):

```python

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'd also remove this python part just to make things future proof for different model and just keep the instructions as follow agent's output which should include a curl command on how to reach the model and prompt it.

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.

3 participants