crossfit


Namecrossfit JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/rapidsai/crossfit/
SummaryOffline inference and metric calculation library
upload_time2024-10-10 22:41:25
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python<3.12,>=3.7
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crossfit

[![PyPI](https://img.shields.io/pypi/v/crossfit.svg)](https://pypi.org/project/crossfit/)
[![Changelog](https://img.shields.io/github/v/release/rapidsai/crossfit?include_prereleases&label=changelog)](https://github.com/rapidsai/crossfit/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/rapidsai/crossfit/blob/main/LICENSE)

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rapidsai/crossfit/",
    "name": "crossfit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/01/80/f63f6386f9be9caf0388af36d7dc7a9e56c8d72b16b0abe301762b2a0c04/crossfit-0.0.6.tar.gz",
    "platform": null,
    "description": "# crossfit\n\n[![PyPI](https://img.shields.io/pypi/v/crossfit.svg)](https://pypi.org/project/crossfit/)\n[![Changelog](https://img.shields.io/github/v/release/rapidsai/crossfit?include_prereleases&label=changelog)](https://github.com/rapidsai/crossfit/releases)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/rapidsai/crossfit/blob/main/LICENSE)\n\nMulti Node Multi GPU Offline Inference and metric calculation library\n\n## Installation\n\nInstall this library using `pip`:\n\n    pip install crossfit\n\n### Installation from source (for cuda 12.x)\n\n```\ngit clone https://github.com/rapidsai/crossfit.git\ncd crossfit\npip install --extra-index-url https://pypi.nvidia.com \".[cuda12x]\"\n```\n\n## Usage\n\nUsage instructions go here.\n\n## Development\n\nTo contribute to this library, first create a conda environment with the necessary dependencies:\n```\ncd crossfit\nmamba env create -f conda/environments/cuda_dev.yaml\nconda activate crossfit_dev\n```\n\nNow install the dependencies and test dependencies:\n\n    pip install -e '.[test]'\n\nTo run the tests:\n\n    pytest\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Offline inference and metric calculation library",
    "version": "0.0.6",
    "project_urls": {
        "CI": "https://github.com/rapidsai/crossfit/actions/",
        "Changelog": "https://github.com/rapidsai/crossfit/releases",
        "Homepage": "https://github.com/rapidsai/crossfit/",
        "Issues": "https://github.com/rapidsai/crossfit/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b0c99c7c7080bf4020fa704d722c38144bff7388bd8d592d68bd2890835a3f5",
                "md5": "47ac57992eb2abfc5b1a704dae3487d8",
                "sha256": "807ebb2c28de50039213338052159bd8596937fc6405e6b11ea3150e8eadf76f"
            },
            "downloads": -1,
            "filename": "crossfit-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47ac57992eb2abfc5b1a704dae3487d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.7",
            "size": 177288,
            "upload_time": "2024-10-10T22:41:23",
            "upload_time_iso_8601": "2024-10-10T22:41:23.777073Z",
            "url": "https://files.pythonhosted.org/packages/7b/0c/99c7c7080bf4020fa704d722c38144bff7388bd8d592d68bd2890835a3f5/crossfit-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0180f63f6386f9be9caf0388af36d7dc7a9e56c8d72b16b0abe301762b2a0c04",
                "md5": "fe55cd25ad2baa0ae506aa51b8e3af75",
                "sha256": "6a83502810e3417b5f857f0cabcc1552fa1dc0c1d61f1a47ebf7df6d963c5f66"
            },
            "downloads": -1,
            "filename": "crossfit-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fe55cd25ad2baa0ae506aa51b8e3af75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.7",
            "size": 96062,
            "upload_time": "2024-10-10T22:41:25",
            "upload_time_iso_8601": "2024-10-10T22:41:25.267241Z",
            "url": "https://files.pythonhosted.org/packages/01/80/f63f6386f9be9caf0388af36d7dc7a9e56c8d72b16b0abe301762b2a0c04/crossfit-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 22:41:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rapidsai",
    "github_project": "crossfit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "crossfit"
}
        
Elapsed time: 0.48146s