Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evals/config/flyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ image:
builder: remote
task:
org: demo
project: flytesnacks
project: flyte-agent-plugins-evals
domain: development
4 changes: 2 additions & 2 deletions evals/workflows/eval_wf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Flyte orchestration of the flyte-agent-plugin eval harness.

Runs on demo.hosted.unionai.cloud (org demo / project flytesnacks / domain
development, remote image builder — see evals/config/flyte.yaml). The workflow
Runs on demo.hosted.unionai.cloud (org demo / project flyte-agent-plugins-evals /
domain development, remote image builder — see evals/config/flyte.yaml). The workflow
expands the scenario matrix, fans out one action per (scenario x harness) via
`flyte.map`, then aggregates verdicts into a scorecard.

Expand Down
Loading