Add TeleKnowledge vision to README - #5
Merged
danielcamposramos merged 1 commit intoJul 29, 2025
Merged
Conversation
danielcamposramos
deleted the
codex/update-project-vision-and-readme-with-organizations-2025-07-29
branch
August 1, 2025 19:43
danielcamposramos
added a commit
that referenced
this pull request
Sep 7, 2025
…ion-and-readme-with-organizations-2025-07-29 Add TeleKnowledge vision to README
danielcamposramos
added a commit
that referenced
this pull request
Oct 17, 2025
Added comprehensive Performance Benchmarks section (#5): - Baseline sequential runs (WordNet: 145.87s, Fonts: ~780s, PDFs: 41.39s) - Parallel optimized runs (1.02-3.6× speedup with 8 workers) - Resource usage: <200MB VRAM, 6-8% GPU util (massive headroom!) - Key findings: CPU-bound bottlenecks, 92-94% GPU idle Added Sovereign Knowledge Ingestion Stack section: - RPN-native embeddings (33,428 trigrams, 0MB footprint) - Multi-modal pipeline architecture (text/audio/visual → Galaxy) - Ingestion module reference - Parallel optimization details Updated Recent Milestones with Step 15 Phase B: - 117,659 WordNet synsets + multi-lingual lexicons - 168,206 font visual-text pairs - 61 PDFs, 23,000 sentences ingested - Zero external dependencies achieved Real test results from Codex's tmux runs documented. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
danielcamposramos
added a commit
that referenced
this pull request
Apr 19, 2026
…y-ctx-flags Retry #5 reached get_global with cuMemGetInfo_v2 working but then hit CUDA_ERROR_INVALID_CONTEXT (201) at cuModuleGetGlobal. Same v1/v2 symbol bifurcation as 8a2b711: libcuda.so.1 exports cuModuleGetGlobal (v1, 0x2d67b0) and cuModuleGetGlobal_v2 (0x286d80) at distinct addresses. Bare getattr on the ctypes CDLL resolves to the deprecated v1 symbol which does not interoperate with v2-created contexts. Extend the _bind_v2 resolver to: - _cuModuleGetGlobal (v2 preferred) - _cuStreamDestroy (v2 preferred, optional) - _cuDevicePrimaryCtxSetFlags (v2 preferred) and route loader.get_global() / destroy_stream() / primary-ctx fallback path through the explicit v2 pointers. Verified: scripts/check_single_context_invariant.sh CLEAN; smoke bench (sovereign_bitnet_attention.py --quick) now advances past get_global. Co-Authored-By: Claude Opus 4.7 <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
Testing
black --check .flake8https://chatgpt.com/codex/tasks/task_e_688930162f28832487082771a59bae99