microjpt
The most atomic way to train and run inference for a GPT in 100 lines of pure, dependency-free Julia.
File Explorer
- LICENSE
- microjpt.jl
- nanojpt.jl
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
julia
View Details ▼
julia
A high-level, high-performance dynamic programming language for technical computing.
julia
Start a REPL (interactive shell):
julia {{program.jl}}
Execute a Julia program and exit:
julia {{program.jl}} {{arguments}}
Execute a Julia program that takes arguments:
winget
View Details ▼
winget
Windows Package Manager.
winget {{[add|install]}} {{package}}
Install a package (use `--source` when package is available from multiple sources):
winget {{[rm|uninstall]}} {{package}}
Remove a package (Note: `remove` can also be used instead of `uninstall`):
winget show {{package}}
Display information about a package:
