edge-stt: build JOBS=2 (avoid 8GB OOM) + slow-PyPI note#6
Merged
Conversation
The -j4 ggml-cuda nvcc compile spikes ~1-2 GB/job and OOM-reboots the 8 GB Orin during a from-scratch build; JOBS=2 is the safe default (override with JOBS=). Also flag in the README that pip install over PyPI is slow on the Jetson (~tens of kB/s) so it isn't mistaken for a hang.
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.
Two small reproducibility fixes under
deploy/parakeet-stt/edge-stt/, found during a fresh-clone Stage-1 rehearsal on the Jetson:scripts/build-parakeet.sh: defaultJOBS4 → 2. The-j4ggml-cudanvcccompile spikes ~1–2 GB/job and OOM-reboots the 8 GB Orin on a from-scratch build.JOBS=2is the safe default; override withJOBS=.-vso it shows progress instead of looking hung.Verified: fresh clone reproduces the gates — Mode A tdt(q5_k) 1.808 % / 61×, ctc(q8_0) 2.383 % / 107×, +435–510 MB.