-
Notifications
You must be signed in to change notification settings - Fork 59
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
Conversation
packages/backend/package.json
Outdated
@@ -55,7 +55,7 @@ | |||
"type": "boolean", | |||
"default": false, | |||
"description": "Display InstructLab Tuning screens (experimental)", | |||
"hidden": true | |||
"hidden": false |
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.
It should be kept hidden as it is not fully implemented
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.
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
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.
some comments from others already left
f11c635
to
3a169ce
Compare
Updated! |
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.
LGTM. Would be good to have a unit test
a1d920c
to
b2453ea
Compare
Signed-off-by: Brian <[email protected]>
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)