feat: model cache volume mount, clear gpu selector
This commit is contained in:
@@ -42,6 +42,10 @@ export interface SummaryDataKeys {
|
||||
enabled: boolean;
|
||||
path: string;
|
||||
};
|
||||
cacheDirConfig: {
|
||||
enabled: boolean;
|
||||
path: string;
|
||||
};
|
||||
workerIPConfig: {
|
||||
enabled: boolean;
|
||||
ip: string;
|
||||
|
||||
Reference in New Issue
Block a user