-
Notifications
You must be signed in to change notification settings - Fork 36
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
[QEff. Finetune] : Enable CI tests for finetuning #219
base: main
Are you sure you want to change the base?
Conversation
Please rebase |
f2644b7
to
975ad34
Compare
Signed-off-by: Mamta Singh <[email protected]>
@pytest.mark.on_qaic | ||
@pytest.mark.skip(reason="eager docker not available in sdk") | ||
@pytest.mark.cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create a new marker for finetuning? it will help in executing the test in stages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree
@@ -22,12 +22,11 @@ def clean_up(path): | |||
shutil.rmtree(path) | |||
|
|||
|
|||
configs = [pytest.param("meta-llama/Llama-3.2-1B", 1, 1, 1, None, True, True, "cpu", id="llama_config")] | |||
configs = [pytest.param("meta-llama/Llama-3.2-1B", 1, 1, 1, None, True, True, "qaic", id="llama_config")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how much time it would take for completing this test?
Enable CI tests for finetuning