Skip to content

Commit 102121d

Browse files
committed
WIP: try different machines
1 parent 05d5c54 commit 102121d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-benchmark-transfer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
client_type:
2323
description: 'Hetzner client type'
24-
default: 'cx32'
24+
default: 'cx33'
2525
type: string
2626
push:
2727
branches:
@@ -36,7 +36,7 @@ env:
3636
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
3737
# Defaults for push trigger (inputs.* is empty on push)
3838
SERVER_TYPE: ${{ inputs.server_type || 'ccx13' }}
39-
CLIENT_TYPE: ${{ inputs.client_type || 'cx32' }}
39+
CLIENT_TYPE: ${{ inputs.client_type || 'cx33' }}
4040
REGION: ${{ inputs.region || 'fsn1' }}
4141
DATASET_NAME: ${{ inputs.dataset_name || 'dbpedia-openai-100K-1536-angular' }}
4242
QDRANT_VERSIONS: ${{ inputs.qdrant_versions || 'ghcr/dev,docker/master' }}

0 commit comments

Comments
 (0)