Skip to content

Commit 7b96eb9

Browse files
authored
fix: model upload task name (#888)
Signed-off-by: axel7083 <[email protected]>
1 parent e19c585 commit 7b96eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/managers/modelsManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export class ModelsManager implements Disposable {
377377
}
378378

379379
async uploadModelToPodmanMachine(model: ModelInfo, labels?: { [key: string]: string }): Promise<string> {
380-
this.taskRegistry.createTask(`Uploading model ${model.name}`, 'loading', {
380+
this.taskRegistry.createTask(`Copying model ${model.name} to Podman Machine`, 'loading', {
381381
...labels,
382382
'model-uploading': model.id,
383383
});

0 commit comments

Comments
 (0)