Skip to content

Commit 4b63238

Browse files
hyperpolymathclaude
andcommitted
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

File tree

src/julia/EchidnaML.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ using Zygote
2929
using CUDA
3030
using GraphNeuralNetworks
3131
using Graphs
32-
using Transformers
3332
using NNlib
3433
using Statistics
3534
using LinearAlgebra

0 commit comments

Comments
 (0)