For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

SDMetrics is an open source Python library available under the MIT License.

Requirements

  • SDMetrics has been developed and tested on Python 3.8-3.13

  • We recommend using a virtual environment (such as virtualenv) to avoid conflicts with other software on your device

Download Instructions

Download sdmetrics using pip.

pip install sdmetrics

This automatically downloads from PyPi.

Download sdmetrics using conda.

conda install -c pytorch -c conda-forge sdmetrics

This automatically downloads from anaconda.

Troubleshooting

For other problems, please visit our forum.

Last updated