Skip to content

Conversation

WoosukKwon
Copy link
Collaborator

Closes #58

@WoosukKwon WoosukKwon merged commit 825d889 into main May 18, 2023
@WoosukKwon WoosukKwon deleted the pytest branch May 18, 2023 00:11
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
yukavio pushed a commit to yukavio/vllm that referenced this pull request Jul 3, 2024
Created the `nm-vllm-openai` package:
https://github.com/neuralmagic/nm-vllm/pkgs/container/nm-vllm-openai

Adds a new manual docker build+publish workflow that will build a docker
image using the `Dockerfile` at the top-level and push it to
`ghcr.io/neuralmagic/nm-vllm-openai`. It will upload two tags, one with
the current date and one with `latest` for ease of use.

I also manually built a docker image for the v0.1.0 branch by checking
out that branch, applying the magic-wand extensions, and running:
```
docker build --tag ghcr.io/neuralmagic/nm-vllm-openai:v0.1.0 --target vllm-openai .
docker push ghcr.io/neuralmagic/nm-vllm-openai:v0.1.0
```
mht-sharma pushed a commit to mht-sharma/vllm that referenced this pull request Aug 1, 2024
wuhuikx pushed a commit to wuhuikx/vllm that referenced this pull request Mar 27, 2025
### What this PR does / why we need it?

Fix vllm and vllm-ascend version 

| branch/tag | vllm_version |
vllm_ascend_version|pip_vllm_ascend_version|pip_vllm_version|
|----|----|----|----|----|
| main | main | main | v0.7.1rc1 | v0.7.1 |
| v0.7.1-dev | v0.7.1 | v0.7.1rc1 | v0.7.1rc1 | v0.7.1 |
| v0.7.1rc1 | v0.7.1 | v0.7.1rc1 | v0.7.1rc1 | v0.7.1 |

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Signed-off-by: Yikun Jiang <[email protected]>
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.

Use pytest for unit tests
1 participant