Add XERV Crayon Architecture Research Paper#2
Conversation
- Added XERV_CRAYON_HYPER_DETAILED_PAPER.md analyzing the architecture - Fixed variable name in benchmark_suite.py for generating plots - Fixed test_c_ext.py to use the correct vocab size and handle mmap cleanly - Generated and included benchmark results Co-authored-by: Electroiscoding <103299713+Electroiscoding@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Adds a hyper-detailed architectural analysis of the XERV Crayon tokenizer based on the source code. The paper includes an abstract, table of contents, and covers the core DAT compiler, AVX2 CPU engine, CUDA/ROCm engines, BPE trainer, and concurrency models. Also fixes minor bugs in the test and benchmark suites so they can be run locally to collect empirical data for the paper.
PR created automatically by Jules for task 13437623240880434398 started by @Electroiscoding