Skip to content

Commit 9d44578

Browse files
committed
feat: add retry to guardrails validation functions
1 parent 6ca7af8 commit 9d44578

File tree

2 files changed

+178
-161
lines changed

2 files changed

+178
-161
lines changed

tests/fixtures/inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def qwen_isvc(
6161
storage_key=minio_data_connection.name,
6262
storage_path="Qwen2.5-0.5B-Instruct",
6363
wait_for_predictor_pods=False,
64+
enable_auth=True,
6465
resources={
6566
"requests": {"cpu": "2", "memory": "10Gi"},
6667
"limits": {"cpu": "2", "memory": "12Gi"},

0 commit comments

Comments
 (0)