Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 465 Bytes

File metadata and controls

25 lines (15 loc) · 465 Bytes

LLMBenchmark

Environment Setup

Install pytorch based on official website.

Install other dependencies with following command:

pip install -v -e .

Quick Start

Create a YAML configure file (or use one of we provide under ./configs directory).

Start benchmark with following command:

python llmbenchmark/benchmark.py -c <path_to_config_file>

Model Zoo

Anything supported by hugging face.