File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1- # AI-bench
2- Unified AI performance benchmarking suite.
1+ # AI-bench: Unified AI Benchmarking Suite
2+ [ ![ Tests] ( https://github.com/libxsmm/AI-bench/actions/workflows/test.yml/badge.svg )] ( https://github.com/libxsmm/AI-bench/actions/workflows/test.yml )
3+ [ ![ Lint] ( https://github.com/libxsmm/AI-bench/actions/workflows/lint.yml/badge.svg )] ( https://github.com/libxsmm/AI-bench/actions/workflows/lint.yml )
4+
5+ ## Installation
6+ The project is using [ uv] ( https://docs.astral.sh/uv/ ) package manager.
7+
8+ ` uv ` can be [ installed] ( https://docs.astral.sh/uv/getting-started/installation/ ) locally using:
9+ ``` bash
10+ pip install uv
11+ ```
12+
13+ The project can be installed with appropriate device-specific extensions using:
14+ ``` bash
15+ # CPU only
16+ uv sync --extra cpu
17+ # CPU + XPU
18+ uv sync --extra xpu
19+ ```
20+
21+ ## Linting
22+ The project uses ` pre-commit ` to run various checks automatically.
23+ All checks can be run using:
24+ ``` bash
25+ pre-commit run -a
26+ ```
You can’t perform that action at this time.
0 commit comments