Skip to content

Commit 6395f69

Browse files
wbrezaCopilot
andcommitted
docs(evals): correct upstream repo reference to microsoft/evaluate
- Update ai-bench references in evals/README.md to microsoft/evaluate (the actual upstream Vally repo name) - Add https://aka.ms/vally as the canonical docs link - Clarify that contributors don't need source-repo access to run evals locally — the @microsoft/vally-cli package from GitHub Packages is sufficient Addresses JasonYeMSFT's review question on evals/README.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f32453 commit 6395f69

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

evals/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Evals
22

3-
Skill evaluation suites run by [Vally](https://github.com/microsoft/ai-bench) (`@microsoft/vally-cli`). Each subdirectory corresponds to a skill and contains an `eval.yaml` defining stimuli, graders, and configuration.
3+
Skill evaluation suites run by [Vally](https://github.com/microsoft/evaluate) (`@microsoft/vally-cli`). Each subdirectory corresponds to a skill and contains an `eval.yaml` defining stimuli, graders, and configuration.
4+
5+
Full docs: <https://aka.ms/vally>
6+
7+
> **You don't need access to the Vally source repo to run evals locally.** You only need the `@microsoft/vally-cli` package from GitHub Packages (see [Prerequisites](#prerequisites) below). If you need source access (e.g., to debug vally internals), reach out via <https://aka.ms/vally>.
48
59
## Prerequisites
610

@@ -58,5 +62,6 @@ After a run, check the output directory (default `./results`):
5862

5963
## More info
6064

61-
- Vally docs & source: <https://github.com/microsoft/ai-bench>
65+
- Vally docs: <https://aka.ms/vally>
66+
- Vally source: <https://github.com/microsoft/evaluate>
6267
- Suite definitions: [`.vally.yaml`](../.vally.yaml)

0 commit comments

Comments
 (0)