Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile updates: base image, preemptive uninstalls; restore ROCm 6.2 metrics test #73

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

mawong-amd
Copy link

@mawong-amd mawong-amd commented Jun 28, 2024

  1. Updates the ROCm/vllm base image to ROCm 6.1.2

  2. Adds preemptive uninstalls for each Python wheel we imminently install to forestall the possibility of pip being too clever and not updating the module because of a same/lower version. This is a cleaner alternative to --force-reinstall because

    • doing so without --no-deps means some dependencies might have their CUDA versions incorrectly installed instead.
    • doing so with --no-deps potentially introduces more dependency issues.
  3. Removes ROCm 6.2 xfails from metrics test.

@mawong-amd mawong-amd changed the title Dockerfile updates: base image; preemptive uninstalls Dockerfile updates: base image, preemptive uninstalls; restore ROCm 6.2 metrics test Jun 28, 2024
@mawong-amd mawong-amd merged commit e162af9 into main Jun 28, 2024
13 checks passed
@mawong-amd mawong-amd deleted the mawong/update_base_image_preemptive_uninstalls branch June 28, 2024 16:49
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.

1 participant