Commit History

Fix architecture: add RMSNorm, change GELU to ReLU (matches Julia training)
fc98b5b

DavinciDreams commited on

Mask phantom token index 28, add valid_vocab to generation
809ac78

DavinciDreams commited on

Switch to Python/FastAPI server (RandyGPT pattern)
4927bea

DavinciDreams Claude Opus 4.6 commited on

Rewrite Space for pure-Julia MicroGPT (no Flux)
ff713be

DavinciDreams Claude Opus 4.6 commited on

Aggressive sampling: temp=0.1, top_k=8, rep_penalty=1.3
147ebac

DavinciDreams commited on

Fix inference: top-k sampling, repetition penalty, prompt encoding, vocab fixes
fe3b787

DavinciDreams commited on

Fix space: add README, fix Dockerfile, add SSE streaming support
b560261
verified

LisaMegaWatts commited on

Replace MicroJulia v1 with JuliaGPTDistill Flux model
f5e1888

DavinciDreams Claude Opus 4.6 commited on

Rename all microgpt references to microjulia
98a73df

LisaMegaWatts Claude Opus 4.6 commited on

Fix package loading: use shared Julia depot and single project path
f518001

LisaMegaWatts Claude Opus 4.6 commited on

Fix JSON3 install: use Pkg.add instead of Pkg.instantiate
07b19c7

LisaMegaWatts Claude Opus 4.6 commited on

Add MicroGPT Julia inference server
c275980

LisaMegaWatts Claude Opus 4.6 commited on

initial commit
643b9ff
verified

LisaMegaWatts commited on