kakaobrain / trident

A performance library for machine learning applications.

Home Page:https://www.kakaobrain.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trident

Welcome

πŸ”± Overview

Trident is a performance library for machine learning applications intended for acceleration of training and inference. Trident includes highly optimized kernels, functions and modules for machine learning. Trident is implemented based on OpenAI Triton. Check Wiki for more detail.

πŸ’» Requirements

  • Platform: Linux
  • Hardware: NVIDIA

πŸ“¦ Installation

bash install_package.sh

You can also install Trident using pip.

pip install git+https://github.com/kakaobrain/trident.git

You can add Trident in requirements.txt.

trident@git+https://github.com/kakaobrain/trident.git@main

πŸ“– How to use

how-to-use

πŸ§‘β€πŸ’» Contribution

You must set up pre-commit to maintain the consistent coding style.

pre-commit install

About

A performance library for machine learning applications.

https://www.kakaobrain.com

License:Apache License 2.0


Languages

Language:Python 99.9%Language:Shell 0.1%