replace fixed seed with true-random entropy from RTL-SDR via sdr-random#333
Closed
kordless wants to merge 6 commits intokarpathy:masterfrom
Closed
replace fixed seed with true-random entropy from RTL-SDR via sdr-random#333kordless wants to merge 6 commits intokarpathy:masterfrom
kordless wants to merge 6 commits intokarpathy:masterfrom
Conversation
…periments, updated README
… on learning rate Applies Weber's force law bracket W = 1 - v²/(2c²) + v·a/c² to both AdamW and Muon parameter updates. Parameter 'velocity' (momentum) and 'acceleration' (momentum change) modify the effective learning rate per element/matrix, analogous to how Weber's bracket modifies effective inertial mass for spinning bodies. New hyperparameter WEBER_C_SQ controls the correction scale.
- ferricula integration: remember/recall tools give agent persistent thermodynamic memory across context resets and runs - Dockerfile: CUDA runtime image + uv + PyTorch - docker-compose: train, agent, ferricula, prepare services - agent gets --memory flag for ferricula URL
- Flash Attention 3 auto-detects and falls back to PyTorch SDPA on non-Hopper GPUs - TORCHDYNAMO_DISABLE=1 on Windows (no Triton) - torch.compile wrapped in try/except for eager mode fallback - ROPE_BASE moved to runtime default (was failing at class definition) - README: platform notes for H100, consumer GPUs, Windows
svlandeg
reviewed
Mar 18, 2026
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.
No description provided.