Skip to content

Update the naming of vLLM-ATOM path #541

Open
wuhuikx wants to merge 22 commits intomainfrom
hattie/vllm-atom
Open

Update the naming of vLLM-ATOM path #541
wuhuikx wants to merge 22 commits intomainfrom
hattie/vllm-atom

Conversation

@wuhuikx
Copy link
Copy Markdown
Contributor

@wuhuikx wuhuikx commented Apr 10, 2026

Remove the word of "OOT", change name to "vLLM-ATOM".

OOT_IMAGE_TAG: ${{ needs.build-oot-image.outputs.oot_image_tag || needs.resolve-atom-source.outputs.prebuilt_oot_image }}
CONTAINER_RESULT_DIR: /tmp/vLLM-ATOM-benchmark-results
CONTAINER_BENCH_SERVING_DIR: /tmp/vLLM-ATOM-benchmark/bench_serving
OOT_IMAGE_TAG: ${{ needs.build-vLLM-ATOM-image.outputs.oot_image_tag || needs.resolve-atom-source.outputs.prebuilt_oot_image }}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

how about this change?

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.

correct

uses: actions/upload-artifact@v7
with:
name: oot-benchmark-regression-report
name: vLLM-ATOM-benchmark-regression-report
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

how about this one, use vllm-atom-benchmark-regression-report ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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.

agree

- name: Initialize vLLM-ATOM image tag
run: |
echo "OOT_IMAGE_TAG=rocm/atom-dev:oot-pre-build-${GITHUB_COMMIT_SHA}" >> "$GITHUB_ENV"
echo "OOT_IMAGE_TAG=rocm/atom-dev:vLLM-ATOM-pre-build-${GITHUB_COMMIT_SHA}" >> "$GITHUB_ENV"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

how about vllm-atom-pre-build-xxx?

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.

correct, but the TAG should be changed also, OOT_IMAGE_TAG -> vLLM_ATOM_IMAGE_TAG

model_ref = _ATOM_MODEL_CLASSES[model_arch]
else:
raise ValueError(f"The {model_arch} is not supported by ATOM OOT backend")
raise ValueError(f"The {model_arch} is not supported by ATOM vLLM-ATOM backend")
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.

Suggested change
raise ValueError(f"The {model_arch} is not supported by ATOM vLLM-ATOM backend")
raise ValueError(f"The {model_arch} is not supported by vLLM-ATOM")

# return None instead of error because the flag can be used to
# run pure vllm mode without ATOM plugin
logger.info("Disable ATOM OOT plugin platforms")
logger.info("Disable ATOM vLLM-ATOM plugin platforms")
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.

Suggested change
logger.info("Disable ATOM vLLM-ATOM plugin platforms")
logger.info("Disable vLLM-ATOM plugin platform")

@wuhuikx wuhuikx changed the title Update the recipes Update the naming of vLLM-ATOM path Apr 11, 2026
@valarLip
Copy link
Copy Markdown
Collaborator

consider we will have sglang also, i would prefer rename to ATOM-vLLM/ATOM-SGLANG

@wuhuikx
Copy link
Copy Markdown
Contributor Author

wuhuikx commented Apr 14, 2026

@zejunchen-zejun can you please help take a look again?

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.

4 participants