Skip to content

Commit 17eee13

Browse files
author
andy-neuma
committed
discussion feedback
1 parent 843cead commit 17eee13

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
This repository contains configurations for model validation.
44

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.
66

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:
78
* server.yml: contains settings to start a vllm server with the model
89
* client.yml: contains settings for the llm-eval-test harness for the model
910
* 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:
1311

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:
1413
* server.yml: contains settings to start a vllm server with the model
1514
* client.yml: contains settings for the guidellm for the model
16-
* storage.yml: specifies where mode and dataset is located
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# storage config for Meta-Llama-3.1-8B-Instruct
2-
model: meta-llama/Meta-Llama-3.1-8B-Instruct
1+
# storage configs for https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct
2+
model: hf
33
data: hf

0 commit comments

Comments
 (0)