You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide outlines the complete setup, configuration, and execution process for running the **Compression** Large Language Model (LLM) benchmarking suite using the [Ianvs](https://github.com/kubeedge/ianvs) edge computing framework.
4
+
5
+
> **CRITICAL FIRST STEPS: ABSOLUTE PATHS & DEPENDENCIES**
6
+
> 1.**Correct all paths:** You **must** change every relative path (e.g., `models/qwen/...` or `dataset/...`) in all your `.yaml` configuration files to **absolute paths** (e.g., `/home/user/ianvs/models/qwen/...`). Ianvs will crash if it encounters relative paths.
7
+
> 2.**Dependencies:** You must install the necessary packages via `requirements.txt` before executing any runs.
8
+
9
+
---
10
+
11
+
## Step 1: Environment Setup
12
+
13
+
First, ensure your Ianvs virtual environment is active:
Ianvs will execute the benchmark and generate a `workspace` directory. You will see a successful run log and a final table detailing latency, throughput, and prefill latency.
0 commit comments