Skip to content

Commit 73dc213

Browse files
committed
fix(tests): update spec dec conftest to use examples/dataset/make_dataset.py
prepare_input_conversations/ was moved to examples/dataset/ in this PR. Update the test fixture to call ../dataset/make_dataset.py and use the --full-conversations flag to match the README. Signed-off-by: chenhany <chenhany@nvidia.com>
1 parent 11864d0 commit 73dc213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/examples/speculative_decoding/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def tiny_daring_anteater_path(tmp_path_factory):
3636
config_path.write_text(yaml.dump(config))
3737

3838
run_example_command(
39-
["python", "prepare_input_conversations/make_dataset.py", "-f", str(config_path), "--full"],
39+
["python", "../dataset/make_dataset.py", "-f", str(config_path), "--full-conversations"],
4040
"speculative_decoding",
4141
)
4242

0 commit comments

Comments
 (0)