Merge pull request #132 from unslothai/fix/dataset-check-format-subset-param

fix: subset param name
This commit is contained in:
Lee Jackson 2026-02-17 05:57:05 +00:00 committed by GitHub
commit d5b6a69b05

View file

@ -21,7 +21,7 @@ export async function checkDatasetFormat({
body: JSON.stringify({
dataset_name: datasetName,
hf_token: hfToken || undefined,
config: subset || undefined, // backend currently ignores, safe to send
subset: subset || undefined,
split: split || "train",
is_vlm: !!isVlm,
}),