Skip to content

Intel® Explainable AI Tools v1.1.0

Latest
Compare
Choose a tag to compare
@ashahba ashahba released this 21 Aug 23:23
· 15 commits to main since this release

What's Changed

  • Generate Model Cards independent of AI Framework (e.g. PyTorch, TensorFlow, etc) by removing TFMA hard dependence.
  • Add NeuralChat SUT to ModelGauge for running MLCommons v0.5 Standard Safety Benchmark
  • Provide User Interface for creating Model Cards Model Card Generator UI
  • Docker Compose infra for Explainer and Model Card Generator deployments
  • Adding non-root user to all containers
  • Fuzzing support with tests for Explainer and ModelCardGen
  • Added Python code styler checker to CICD

Jupyter Notebooks

Validated configuration

  • Ubuntu 22.04 LTS
  • Python 3.9, 3.10
  • PyTorch 2.2.0
  • Intel® Optimization for TensorFlow 2.14.0
  • Torchvision 0.17.0
  • TensorFlow Hub 0.15.0

Known limitations

Intel® Explainable AI Tools is only supported on Linux

GitHub pages:

https://intel.github.io/intel-xai-tools/v1.1.0/

New Contributors