Skip to content

JuliaTrustworthyAI/TaijaParallel.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.