Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

quic-mamta
Copy link
Contributor

Enable CI tests for finetuning

@quic-amitraj
Copy link
Contributor

Please rebase

@quic-mamta quic-mamta force-pushed the test_ft branch 2 times, most recently from f2644b7 to 975ad34 Compare January 15, 2025 06:35
@pytest.mark.on_qaic
@pytest.mark.skip(reason="eager docker not available in sdk")
@pytest.mark.cli
Copy link
Contributor

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.

Copy link
Contributor

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")]
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants