Offline inference and metric calculation library
Project description
crossfit
Multi Node Multi GPU Offline Inference and metric calculation library
Installation
Install this library using pip
:
pip install crossfit
Installation from source (for cuda 12.x)
git clone https://github.com/rapidsai/crossfit.git
cd crossfit
pip install --extra-index-url https://pypi.nvidia.com ".[cuda12x]"
Usage
Usage instructions go here.
Development
To contribute to this library, first create a conda environment with the necessary dependencies:
cd crossfit
mamba env create -f conda/environments/cuda_dev.yaml
conda activate crossfit_dev
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crossfit-0.0.6.tar.gz
(96.1 kB
view hashes)
Built Distribution
crossfit-0.0.6-py3-none-any.whl
(177.3 kB
view hashes)