Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 290 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 290 Bytes

llm-benchmarking-cpp

Usage

Build:

make && make compile

Run Main:

./build/src/main

Run Unit Tests:

./build/tests/tests [test]

Run Benchmarking:

./build/tests/tests [benchmark]

For more advanced settings, run cmake directly.