containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
170 stars 31 forks source link

feat: display instructlab sessions, with mock instructlab manager #1649

Closed feloy closed 2 weeks ago

feloy commented 3 weeks ago

What does this PR do?

display instructlab sessions, with mock instructlab manager

Screenshot / video of UI

https://github.com/user-attachments/assets/4e95c681-a8f8-4735-9473-d58d23848979

What issues does this PR fix or reference?

Fixes #1568 Fixes #1616

How to test this PR?

You need to set an hidden setting, in ~/.local/share/containers/podman-desktop/configuration/settings.json

(you must completely stop Podman Desktop - not only close the window -, edit the config file, then restart Podman Desktop for the change to be taken into consideration)

  "ai-lab.experimentalTuning": true,
feloy commented 3 weeks ago

LGTM.

Could we get navigation and tooltip from the model column to model details ?

That should be ok now

feloy commented 2 weeks ago

Looks better to me. I expected also the same navigation on target model but could be a follow up PR

As the target model will exist only when the instructlab session will be finished, I prefered not to add it for now.