Powered by Lux.jl
Boltz.jl is built on top of Lux.jl, a pure Julia Deep Learning Framework designed for Scientific Machine Learning.
Pre-built Deep Learning Models in Julia
Accelerate ⚡ your ML research using pre-built Deep Learning Models with Lux
Its easy to install Boltz.jl. Since Boltz.jl is registered in the Julia General registry, you can simply run the following command in the Julia REPL:
julia> using Pkg
julia> Pkg.add("Boltz")
If you want to use the latest unreleased version of Boltz.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/LuxDL/Boltz.jl")
Install the following package(s):
using Pkg
Pkg.add("LuxCUDA")
# or
Pkg.add(["CUDA", "cuDNN"])
using Pkg
Pkg.add("AMDGPU")
using Pkg
Pkg.add("Metal")
using Pkg
Pkg.add("oneAPI")