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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,13 @@
2
2
3
3
This repository contains configurations for model validation.
4
4
5
-
The `accuracy` folder contains YAML files for each model that configures information needed for the model to be validated through the [llm-eval-test](https://github.com/openshift-psap/llm-eval-test). There are 4 config files for each model:
5
+
The configs are organized by model. Each top level folder should be named after the model stub and contain `accuracy` and `performance` sub-folders. Both folders contain configs specific to the activity. Shared configs, e.g. `storage.yml` should be in the common area.
6
6
7
+
The `accuracy` folder contains YAML configs needed for the model to be validated through the [llm-eval-test](https://github.com/openshift-psap/llm-eval-test). There are 3 config files for each model:
7
8
* server.yml: contains settings to start a vllm server with the model
8
9
* client.yml: contains settings for the llm-eval-test harness for the model
9
10
* accuracy.yml: contains evaluation tasks and accuracy expectations for the model
10
-
* storage.yml: specifies where mode and dataset is located
11
-
12
-
The `benchmark` folder contains YAML files for each model that configures information needed for the model to be validated through the [guidellm](https://github.com/neuralmagic/guidellm). There are config files for each model:
13
11
12
+
The `benchmark` folder contains YAML configs needed for the model to be validated through the [guidellm](https://github.com/neuralmagic/guidellm). There are 3 config files for each model:
14
13
* server.yml: contains settings to start a vllm server with the model
15
14
* client.yml: contains settings for the guidellm for the model
16
-
* storage.yml: specifies where mode and dataset is located
0 commit comments