devices.pc: fix sbatch-tui

This commit is contained in:
陈浩南 2024-09-22 17:33:37 +08:00
parent adb1b2a560
commit 93fc9897da

View File

@ -137,6 +137,7 @@ inputs:
gpus."4060" = 1; gpus."4060" = 1;
}; };
partitions.localhost = [ "pc" ]; partitions.localhost = [ "pc" ];
tui = { cpuMpiThreads = 4; cpuOpenmpThreads = 4; gpus = [ "4060" ]; };
}; };
ollama = {}; ollama = {};
waydroid = {}; waydroid = {};