Skip to content

[HWORKS-2796] Refresh Python 3.12 and vllm v0.20.0 docs references#587

Open
robzor92 wants to merge 1 commit into
logicalclocks:mainfrom
robzor92:HWORKS-2796
Open

[HWORKS-2796] Refresh Python 3.12 and vllm v0.20.0 docs references#587
robzor92 wants to merge 1 commit into
logicalclocks:mainfrom
robzor92:HWORKS-2796

Conversation

@robzor92
Copy link
Copy Markdown
Collaborator

Summary

Track the HWORKS-2796 docker-images upgrade in user guide prose:

  • `docs/user_guides/projects/python/python_env_overview.md` — "The python version used in all the environments" 3.11 → 3.12 (the feature-engineering / model-training / model-inference env families all moved in this upgrade; terminal-gpu is out of scope for this overview — it's a terminal env, not a pipeline env, and uses Python 3.13 via uv venv).
  • `docs/user_guides/mlops/serving/predictor.md` — vLLM image-version example tag `v0.14.0` → `v0.20.0` to match the new helm-chart default.

Negative findings (not changed):

  • `docs/user_guides/client_installation/index.md` SDK supported Python range `3.10–3.13` is accurate as-is (covers the new 3.12 default).
  • The 35 mentions of base-image short-names across docs describe image roles, not specific Python/CUDA versions — no change needed.

Sibling PRs in docker-images, hopsworks-helm, hopsworks-ee, hopsworks-front, hopsworks-api, loadtest.

Test plan

  • `touch docs/javadoc; uv run mkdocs build -s; rm docs/javadoc` clean
  • `npx markdownlint-cli2 "**/*.md"` clean (or no new errors)

🤖 Generated with Claude Code

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refreshes version references in the Hopsworks documentation to align user-guide prose with the recent platform image upgrades (Python 3.12 default environments and updated vLLM runtime example tag).

Changes:

  • Update the documented default Python version for bundled environments from 3.11 to 3.12.
  • Update the vLLM runtime image tag example from v0.14.0 to v0.20.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/user_guides/projects/python/python_env_overview.md Updates the referenced Python version used by the bundled pipeline environment families.
docs/user_guides/mlops/serving/predictor.md Updates the example vLLM image version tag to match the newer default runtime.

Comment thread docs/user_guides/projects/python/python_env_overview.md
- python_env_overview.md: bundled python environments are now Python 3.12
  (the model-training/inference and feature-engineering envs all moved
  in the docker-images HWORKS-2796 upgrade). The terminal-gpu image is
  out of scope for this overview — it's a terminal env, not a Python
  pipeline env, and it sits on Python 3.13 via uv-venv rather than the
  conda base.
- predictor.md: the vLLM image-version example tag bumped from v0.14.0
  to v0.20.0 to match the new default in hopsworks-helm.
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