This package adds custom support for parallelization for certain Taija packages.
The stable version of this package can be installed as follows:
using Pkg
Pkg.add("TaijaParallel.jl")
The development version can be installed like so:
using Pkg
Pkg.add("https://github.com/JuliaTrustworthyAI/TaijaParallel.jl")
Since this package extends the functionality of other Taija packages, it should be used in combination with those packages. For example, see this tutorial to see how TaijaParallel.jl
can be used with CounterfactualExplanations.jl
.