fixes: minor fixes#134
Open
droot wants to merge 3 commits into
Open
Conversation
droot
commented
Jun 24, 2026
Collaborator
- Add engine.sleep(level=2) in vllm_sampler.py during initialization so vLLM cleanly flushes CUDA graphs and yields GPU VRAM before checkpointing
- Switch worker templates in k8s/deploy/distributed-fft-timeslice/ to imagePullPolicy: IfNotPresent for instant (< 1s) pod startup during dev/test
- Update Makefile to resolve image tags via git rev-parse --short HEAD (with fallback to VERSION file stamped in push-vm)
- Enhance make push-images to automatically run kubectl set image and update Gateway OPEN_RL_WORKER_IMAGE env var
- Add detailed llmd-snapshot-agent installation and Helm deployment instructions to docs/setup/gke-fft-timeslice.md
- Add automated worker pod cleanup (kubectl delete pods -l snapshot-agent=true --force) to make test e2e
- Exclude VERSION file in .gitignore
…nd vLLM GPU yielding for RL time slicing - Add engine.sleep(level=2) in vllm_sampler.py during initialization so vLLM cleanly flushes CUDA graphs and yields GPU VRAM before checkpointing - Switch worker templates in k8s/deploy/distributed-fft-timeslice/ to imagePullPolicy: IfNotPresent for instant (< 1s) pod startup during dev/test - Update Makefile to resolve image tags via git rev-parse --short HEAD (with fallback to VERSION file stamped in push-vm) - Enhance make push-images to automatically run kubectl set image and update Gateway OPEN_RL_WORKER_IMAGE env var - Add detailed llmd-snapshot-agent installation and Helm deployment instructions to docs/setup/gke-fft-timeslice.md - Add automated worker pod cleanup (kubectl delete pods -l snapshot-agent=true --force) to make test e2e - Exclude VERSION file in .gitignore
…el evaluation and interleaved orchestration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.