Skip to content

Updates for latest vLLM distributed example on Frontier/Orion#12

Draft
t-ramz wants to merge 7 commits into
mainfrom
feature/vllm-update
Draft

Updates for latest vLLM distributed example on Frontier/Orion#12
t-ramz wants to merge 7 commits into
mainfrom
feature/vllm-update

Conversation

@t-ramz

@t-ramz t-ramz commented May 21, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Anthony Ramirez added 3 commits May 21, 2026 17:28
…Add multiple prompts for controlled experiment.
…de_lustre.sbatch: add required env variable for gpt-oss-120b
…running either gemma or gpt-oss at submit time. start_head_lustre.sh: Add capability to run model passed by batch config. testprompt_lustre.py: Add model detection. README.md: Add latest instructions'
ray status

vllm serve --chat-template "./chattemplate.jinja" --tensor-parallel-size 8 --pipeline-parallel-size $NNODES --distributed-executor-backend ray "./astrollama-2-7b-base_abstract" --host 0.0.0.0 --port 8000
vllm serve --chat-template "./chattemplate.jinja" --tensor-parallel-size 8 --pipeline-parallel-size $NNODES --distributed-executor-backend ray "./$RUN_MODEL" --host 0.0.0.0 --port 8000 --gpu-memory-utilization 0.75 No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would recommend removing the --chat-template flag. Models come with their own chat template file now, and it is automatically used. Providing one of our own isn't necessary anymore.

Comment thread frontier/sample_apps/vllm/README.md Outdated

[!NOTE]
`gpt-oss-120b` requires an additional step from login nodes.
Please additionally run the following commands to fetch the vocab file:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would recommend adding something informing the user that if they don't do this they will encounter an error like openai_harmony.HarmonyError: error downloading or loading vocab file: failed to download or load vocab file when they submit the job.

@secondspass

Copy link
Copy Markdown
Contributor

Security approved talking about using the models. I added a warning box indicating that model use is approved only for this example and not beyond that

Anthony Ramirez added 3 commits July 6, 2026 11:38
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.

2 participants