Powered by Lux.jl
Built for speed and flexibility in pure Julia. Native GPU acceleration across CUDA, AMDGPU, Metal, and Intel platforms enables seamless scaling from prototyping to production.

EasyHybrid.jl is registered in the Julia General registry. Enter the package manager by pressing ] in the REPL and add it with a single command.
julia> ]
pkg> add EasyHybridUse Julia's Pkg module directly to add EasyHybrid.jl programmatically, great for reproducible project setups.
using Pkg
Pkg.add("EasyHybrid")Install directly from GitHub to get the latest unreleased version. In most cases this will match the released version.
using Pkg
Pkg.add(url="https://github.com/EarthyScience/EasyHybrid.jl")
# or in the REPL
julia> ]
pkg> add EasyHybrid#mainOnce installed, add this line at the beginning of any Julia script or session to load EasyHybrid.jl and access all its features.
using EasyHybrid