Skip to content

fix: reworked fine-tuning button in about section #2853

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

bmahabirbu
Copy link
Contributor

What does this PR do?

This PR fixes the issue where clicking on the fine-tune button will lead to a blank page
Now I reworked the button so that it will enable the setting in experimental feature for fine tuning

Screenshot / video of UI

What issues does this PR fix or reference?

fixes #2665

How to test this PR?

(have both folders in the same directory)
pnpm watch (in podman ai lab)
pnpm watch --extension-folder ../podman-desktop-extension-ai-lab/packages/backend (in podman desktop)

@bmahabirbu bmahabirbu requested review from benoitf, jeffmaury and a team as code owners April 13, 2025 06:03
@@ -55,7 +55,7 @@
"type": "boolean",
"default": false,
"description": "Display InstructLab Tuning screens (experimental)",
"hidden": true
"hidden": false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be kept hidden as it is not fully implemented

Copy link
Contributor Author

@bmahabirbu bmahabirbu Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand. So in that case can we hide the fine-tuning button on the instructlab about page since the issue above describes it leading to a blank screen since experimentalTuning is hidden

Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments from others already left

@bmahabirbu bmahabirbu changed the title fix: reworked fine-tuning button and toggle in settings fix: reworked fine-tuning button in about section Apr 20, 2025
@bmahabirbu
Copy link
Contributor Author

Updated!

Copy link
Collaborator

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Would be good to have a unit test

@bmahabirbu bmahabirbu force-pushed the finetune-fix branch 2 times, most recently from a1d920c to b2453ea Compare May 5, 2025 00:13
@bmahabirbu bmahabirbu merged commit 04d379e into containers:main May 9, 2025
7 checks passed
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.

[Bug] InstructLab 'Start FineTuning' button redirects to empty page
4 participants