Skip to content

Commit 4d3c2f8

Browse files
Merge pull request #111 from leseb/fix-typo
fix: small typo
2 parents 1d48bfb + 3b08791 commit 4d3c2f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

standalone/standalone.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2683,8 +2683,7 @@ def sdg_data_fetch(
26832683
# Endpoint is optional if AWS S3 is used
26842684
raise ValueError(
26852685
"All of '--judge-serving-model-endpoint', "
2686-
"'--sdg-object-store-access-key', '--judge-serving-model-name', "
2687-
"'--judge-serving-model-api-key' "
2686+
"'--judge-serving-model-api-key', '--judge-serving-model-name', "
26882687
"must be provided to the 'sdg-data-fetch' command. Alternatively, provide "
26892688
"'--judge-serving-model-secret' to use a Kubernetes Secret."
26902689
)

standalone/standalone.tpl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1857,8 +1857,7 @@ def sdg_data_fetch(
18571857
# Endpoint is optional if AWS S3 is used
18581858
raise ValueError(
18591859
"All of '--judge-serving-model-endpoint', "
1860-
"'--sdg-object-store-access-key', '--judge-serving-model-name', "
1861-
"'--judge-serving-model-api-key' "
1860+
"'--judge-serving-model-api-key', '--judge-serving-model-name', "
18621861
"must be provided to the 'sdg-data-fetch' command. Alternatively, provide "
18631862
"'--judge-serving-model-secret' to use a Kubernetes Secret."
18641863
)

0 commit comments

Comments
 (0)