-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ilab data generate
does not specify the correct num of samples generated
#227
Comments
Thanks @alinaryan for pointing this out. Could you also share what command you were using and what your final output looked like. |
ilab data generate
does not specify the correct num of samples generated
This issue has been automatically marked as stale because it has not had activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. |
This was fixed quite a while back, but looks like we forgot to close this issue. Thanks for reporting it, and sorry we missed closing it when it was fixed! |
Actually, looks like not fixed! I just rediscovered this issue in some of our CI logs, so reopening. |
We were logging the length of our `generated_data` list instead of the number of newly generated samples in each leaf node, causing confusion as this is typically 1, 2, 3, etc instead of 50, 500, 1000, etc that users would expect. Fixes instructlab#227 Signed-off-by: Ben Browning <[email protected]>
when running through the cli e2e workflow, the output of the 'ilab data generate' cli command said only 2 samples were generated when more than 2 were generated. Should account for the correct number of generated samples every time.
The text was updated successfully, but these errors were encountered: