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
182 stars 39 forks source link

feat: improve podman cli execution for models #1810

Open axel7083 opened 1 month ago

axel7083 commented 1 month ago

What does this PR do?

Following https://github.com/containers/podman-desktop-extension-ai-lab/pull/1813 the isModelUploaded and deleteRemoteModel are moved inside the ModelManager class, and uses the PodmanConnection, executeSSH method.

Screenshot / video of UI

What issues does this PR fix or reference?

Fixes https://github.com/containers/podman-desktop-extension-ai-lab/issues/1809

How to test this PR?

axel7083 commented 1 month ago

Need rebase when the following will be merged