Skip to content

Commit 2f88dbd

Browse files
authored
docs: use correct QUAY.io coordinates (#15)
ref https://quay.io/organization/evalhub Signed-off-by: tarilabs <matteo.mortari@gmail.com>
1 parent dacd091 commit 2f88dbd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/adapters/guidellm/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ For local testing without Kubernetes:
8787

8888
```bash
8989
# Pull from registry
90-
podman pull quay.io/eval-hub/community-guidellm:latest
90+
podman pull quay.io/evalhub/community-guidellm:latest
9191

9292
# Run with custom job spec
9393
podman run \
9494
-e EVALHUB_MODE=local \
9595
-e EVALHUB_JOB_SPEC_PATH=/meta/job.json \
9696
-v $(pwd)/job.json:/meta/job.json:ro \
97-
quay.io/eval-hub/community-guidellm:latest
97+
quay.io/evalhub/community-guidellm:latest
9898
```
9999

100100
## What's Next?

docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Providers are evaluation frameworks (LightEval, GuideLLM, RAGAS, etc.) that run
109109
provider_type: performance
110110
provider_name: GuideLLM
111111
description: Performance benchmarking framework
112-
container_image: quay.io/eval-hub/community-guidellm:latest
112+
container_image: quay.io/evalhub/community-guidellm:latest
113113
benchmarks:
114114
- benchmark_id: performance_test
115115
name: Performance Benchmark
@@ -133,7 +133,7 @@ Providers are evaluation frameworks (LightEval, GuideLLM, RAGAS, etc.) that run
133133
provider_type: performance
134134
provider_name: GuideLLM
135135
description: Performance benchmarking framework
136-
container_image: quay.io/eval-hub/community-guidellm:latest
136+
container_image: quay.io/evalhub/community-guidellm:latest
137137
benchmarks:
138138
- benchmark_id: performance_test
139139
name: Performance Benchmark

docs/getting-started/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Community-contributed framework adapters packaged as container images.
6060

6161
**Container images**:
6262

63-
- `quay.io/eval-hub/community-lighteval:latest`
64-
- `quay.io/eval-hub/community-guidellm:latest`
63+
- `quay.io/evalhub/community-lighteval:latest`
64+
- `quay.io/evalhub/community-guidellm:latest`
6565

6666
## System Architecture
6767

0 commit comments

Comments
 (0)