Skip to content

Commit 37882e3

Browse files
committed
Added the yaml files to a new /testing directory that I'm using to test creation of the new label studio component
1 parent 4167290 commit 37882e3

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
spec_version: 1
2+
spec_type: stack
3+
name: "quickstart_stack"
4+
provider: gcp
5+
default_region: "us-west2"
6+
default_tags:
7+
deployed-by: "mlstacks"
8+
components:
9+
- simple_component_label_studio.yaml
10+
- simple_component_gcs.yaml
11+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
spec_version: 1
2+
spec_type: component
3+
component_type: "artifact_store"
4+
component_flavor: "gcp"
5+
name: "ls_stack_gcs_bucket"
6+
provider: gcp
7+
metadata:
8+
config:
9+
bucket_name: "ls_stack_gcs_bucket"
10+
project_id: "supple-snow-244700"
11+
tags:
12+
deployed-by: "mlstacks"
13+
region: "us-west2"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
spec_version: 1
2+
spec_type: component
3+
component_type: "annotator"
4+
component_flavor: "label_studio"
5+
name: "quickstart_label_studio"
6+
provider: "huggingface"
7+
metadata:
8+
config:
9+
project_id: "supple-snow-244700"
10+
tags:
11+
deployed-by: "mlstacks"
12+
environment_variables:
13+
- name: "huggingface_token"
14+
value: "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"
15+
16+

0 commit comments

Comments
 (0)