JuliaTrustworthyAI / TaijaParallel.jl

Adds support for parallelization for Taija packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaijaParallel

Stable Dev Build Status Coverage Code Style: Blue Aqua QA

This package adds custom support for parallelization for certain Taija packages.

Installation

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")

Usage

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.

About

Adds support for parallelization for Taija packages.

License:MIT License


Languages

Language:Julia 100.0%