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.
Since EasyHybrid.jl
is registered in the Julia General registry, it is available through the Julia package manager. You can enter it by pressing ]
in the REPL
and then typing add EasyHybrid
. Alternatively, you can also do
julia> using Pkg
julia> Pkg.add("EasyHybrid")
If you want to use the latest unreleased version of EasyHybrid.jl
you can run the following command: (in most cases the released version will be same as the version on github)
julia> using Pkg
julia> Pkg.add(url="https://github.com/EarthyScience/EasyHybrid.jl")