We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d5c54 commit 102121dCopy full SHA for 102121d
1 file changed
.github/workflows/continuous-benchmark-transfer.yaml
@@ -21,7 +21,7 @@ on:
21
type: string
22
client_type:
23
description: 'Hetzner client type'
24
- default: 'cx32'
+ default: 'cx33'
25
26
push:
27
branches:
@@ -36,7 +36,7 @@ env:
36
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
37
# Defaults for push trigger (inputs.* is empty on push)
38
SERVER_TYPE: ${{ inputs.server_type || 'ccx13' }}
39
- CLIENT_TYPE: ${{ inputs.client_type || 'cx32' }}
+ CLIENT_TYPE: ${{ inputs.client_type || 'cx33' }}
40
REGION: ${{ inputs.region || 'fsn1' }}
41
DATASET_NAME: ${{ inputs.dataset_name || 'dbpedia-openai-100K-1536-angular' }}
42
QDRANT_VERSIONS: ${{ inputs.qdrant_versions || 'ghcr/dev,docker/master' }}
0 commit comments