Skip to content

Commit

Permalink
Added the yaml files to a new /testing directory that I'm using to te…
Browse files Browse the repository at this point in the history
…st creation of the new label studio component
  • Loading branch information
davidrd123 committed Apr 19, 2024
1 parent 4167290 commit 5d5b6f5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/mlstacks/testing/label_studio_stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: 1
spec_type: stack
name: "quickstart_stack"
provider: gcp
default_region: "us-west2"
default_tags:
deployed-by: "mlstacks"
components:
- simple_component_label_studio.yaml
- simple_component_gcs.yaml

13 changes: 13 additions & 0 deletions src/mlstacks/testing/simple_component_gcs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spec_version: 1
spec_type: component
component_type: "artifact_store"
component_flavor: "gcp"
name: "ls_stack_gcs_bucket"
provider: gcp
metadata:
config:
bucket_name: "ls_stack_gcs_bucket"
project_id: "supple-snow-244700"
tags:
deployed-by: "mlstacks"
region: "us-west2"
13 changes: 13 additions & 0 deletions src/mlstacks/testing/simple_component_label_studio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spec_version: 1
spec_type: component
component_type: "annotator"
component_flavor: "label_studio"
name: "quickstart_label_studio"
provider: "huggingface"
metadata:
config:
project_id: "supple-snow-244700"
tags:
deployed-by: "mlstacks"


0 comments on commit 5d5b6f5

Please sign in to comment.