Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Make generate_data(batch_size=None) default to a batch size of 8 #224

@markmc

Description

@markmc

See

# FIXME: remove this when ilab knows to pass batch_size=0 with llama.cpp
if batch_size is None:
batch_size = 0

We currently default to zero, but this was a temporary measure until instructlab/instructlab#1797 lands

PipelineContext(batch_size=None) will default to 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorSame results, different methodstale

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions