devices.xmupc1: change gpu

This commit is contained in:
陈浩南 2024-09-19 23:05:33 +08:00
parent f4344b8b31
commit 141e5e99f9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* 显卡: * 显卡:
* 409024 G 显存。 * 409024 G 显存。
* 309024 G 显存。 * 309024 G 显存。
* 2080Ti: 12 G 显存。 * P5000: 16 G 显存。
* 硬盘2 T。 * 硬盘2 T。
# 队列系统SLURM # 队列系统SLURM

View File

@ -80,7 +80,7 @@ inputs:
name = "xmupc1"; address = "127.0.0.1"; name = "xmupc1"; address = "127.0.0.1";
cpu = { cores = 16; threads = 2; }; cpu = { cores = 16; threads = 2; };
memoryMB = 94208; memoryMB = 94208;
gpus = { "2080_ti" = 1; "3090" = 1; "4090" = 1; }; gpus = { "p5000" = 1; "3090" = 1; "4090" = 1; };
}; };
partitions.default = [ "xmupc1" ]; partitions.default = [ "xmupc1" ];
}; };