Skip to content

Add TeleKnowledge vision to README - #5

Merged
danielcamposramos merged 1 commit into
mainfrom
codex/update-project-vision-and-readme-with-organizations-2025-07-29
Jul 29, 2025
Merged

Add TeleKnowledge vision to README#5
danielcamposramos merged 1 commit into
mainfrom
codex/update-project-vision-and-readme-with-organizations-2025-07-29

Conversation

@danielcamposramos

Copy link
Copy Markdown
Owner

Summary

  • outline the TeleKnowledge Spatial Web vision
  • list potential collaborator organizations with GitHub links

Testing

  • black --check .
  • flake8

https://chatgpt.com/codex/tasks/task_e_688930162f28832487082771a59bae99

@danielcamposramos
danielcamposramos merged commit c6483fa into main Jul 29, 2025
@danielcamposramos
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant