Open axel7083 opened 1 month ago
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.
isModelUploaded
deleteRemoteModel
ModelManager
PodmanConnection
executeSSH
Fixes https://github.com/containers/podman-desktop-extension-ai-lab/issues/1809
Need rebase when the following will be merged
What does this PR do?
Following https://github.com/containers/podman-desktop-extension-ai-lab/pull/1813 the
isModelUploaded
anddeleteRemoteModel
are moved inside theModelManager
class, and uses thePodmanConnection
,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?