[Update] Config Page: Advanced Settings Tab. Add modal and section that is switchable between CPU and CUDA version.
This commit is contained in:
@@ -6,7 +6,12 @@ export const useUpdateSoftware = () => {
|
||||
asyncStdoutToPython("/run/update_software");
|
||||
};
|
||||
|
||||
const updateSoftware_CUDA = () => {
|
||||
asyncStdoutToPython("/run/update_cuda_software");
|
||||
};
|
||||
|
||||
return {
|
||||
updateSoftware,
|
||||
updateSoftware_CUDA,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user