pipe_nothing_test / pipeline.yaml
plaguss's picture
plaguss HF staff
Upload pipeline.yaml with huggingface_hub
0a4a312 verified
distilabel:
version: 1.3.0
pipeline:
name: pipe-nothing
description: null
steps:
- step:
name: load_data_from_dicts_0
resources:
replicas: 1
cpus: null
gpus: null
input_mappings: {}
output_mappings: {}
batch_size: 2
data:
'0':
instruction: Tell me a joke.
'1':
instruction: Tell me a joke.
runtime_parameters_info:
- name: resources
runtime_parameters_info:
- name: replicas
optional: true
description: The number of replicas for the step.
- name: cpus
optional: true
description: The number of CPUs assigned to each step replica.
- name: gpus
optional: true
description: The number of GPUs assigned to each step replica.
- name: batch_size
optional: true
description: The number of rows that will contain the batches generated by
the step.
type_info:
module: distilabel.steps.generators.data
name: LoadDataFromDicts
name: load_data_from_dicts_0
- step:
name: DUMMY_STEP
resources:
replicas: 1
cpus: null
gpus: null
input_mappings: {}
output_mappings: {}
input_batch_size: 50
runtime_parameters_info:
- name: resources
runtime_parameters_info:
- name: replicas
optional: true
description: The number of replicas for the step.
- name: cpus
optional: true
description: The number of CPUs assigned to each step replica.
- name: gpus
optional: true
description: The number of GPUs assigned to each step replica.
- name: input_batch_size
optional: true
description: The number of rows that will contain the batches processed by
the step.
type_info:
module: __main__
name: DummyStep
name: DUMMY_STEP
connections:
- from: load_data_from_dicts_0
to:
- DUMMY_STEP
- from: DUMMY_STEP
to: []
routing_batch_functions: []
type_info:
module: distilabel.pipeline.local
name: Pipeline
requirements: []