Commit 4b63238
fix(ml): resolve all Julia module loading issues
- Reorder encoder.jl: PositionalEncoding and TransformerEncoderLayer
defined before TextEncoder (fixes forward reference)
- Replace Transformers.jl dep (version conflicts) with local
SimpleAttention implementation
- Rewrite server.jl from Oxygen.jl macros to plain HTTP.jl routing
(Oxygen's @get/@post macros are incompatible with module includes)
- Fix BSON.@save/@load to use BSON.bson()/BSON.load() API
- Replace DataStructures LRU cache with simple Dict+Vector FIFO cache
Module loads successfully. Data loader reads JSONL. 18 provers registered.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 059538d commit 4b63238
5 files changed
Lines changed: 310 additions & 568 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments