Add 4 verified GPUs and GPU compatibility test script#60
Open
slacki-ai wants to merge 1 commit intolongtermrisk:v0.9from
Open
Add 4 verified GPUs and GPU compatibility test script#60slacki-ai wants to merge 1 commit intolongtermrisk:v0.9from
slacki-ai wants to merge 1 commit intolongtermrisk:v0.9from
Conversation
Tested finetuning and inference on RunPod with our CUDA 12.8 docker image. Added 6000Ada, RTX3090, A40, and A4500 to VERIFIED_GPUs after confirming both job types complete successfully. Includes tests/gpu_compatibility_check.py — a manual test script that spawns RunPod pods directly (bypassing the cluster manager) to validate GPU compatibility. Not picked up by pytest (no test_ prefix). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
VERIFIED_GPUsafter testing both finetuning and inference with our CUDA 12.8 docker image: RTX 6000 Ada, RTX 3090, A40, RTX A4500tests/gpu_compatibility_check.py— a manual test script that spawns RunPod pods directly (bypassing the cluster manager) to validate GPU/docker image compatibilityTest results
Each GPU was tested by spawning a RunPod pod with our production docker image and running a minimal 3-step SFT finetuning job and a 3-prompt vLLM inference job on
unsloth/Llama-3.2-1B-Instruct.About the test script
tests/gpu_compatibility_check.pyis a standalone manual script (not picked up by pytest). Usage:It creates RunPod pods directly, creates targeted OpenWeights jobs, polls for completion, and reports a results table + JSON output.
Test plan
🤖 Generated with Claude Code