Skip to content

Commit 56564cf

Browse files
committed
Try to speed up VLM test
1 parent d23de83 commit 56564cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azimuth-image-analysis/ci/test-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ azimuth-llm:
1616
model_name: *model
1717
# Verify that we can set non-standard LLM params
1818
llm_params:
19-
max_tokens: 101
19+
max_tokens: 10 # Constrain response tokens to speed up CI test
2020
temperature: 0.1
2121
top_p: 0.15
2222
presence_penalty: 0.9

web-apps/image-analysis/gradio-client-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
try:
1111
client = Client(gradio_host)
1212
result = client.predict(
13-
image_url="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*xDgN0L2RfkS8Kc7uTwsRqw.jpeg",
13+
image_url="https://media.licdn.com/dms/image/v2/D4D0BAQHyxNra6_PoUQ/company-logo_200_200/company-logo_200_200/0/1704365018113/stackhpc_ltd_logo?e=1747872000&v=beta&t=Ed3-KZS-sHlg-ne1KC0YjI4Ez7yVvJzWr103nm5eVK0",
1414
prompt="Hi",
1515
api_name="/predict"
1616
)

0 commit comments

Comments
 (0)