Skip to content

Commit 7e811fa

Browse files
authored
Add NVIDIA B200 to hardware.ts (#1539)
Source: https://www.techpowerup.com/gpu-specs/b200-sxm-192-gb.c4210 Add NVIDIA B200 to hardware list. The VRAM per GPU most commonly advertised by datacenters is 180GB, but some sources (like the link above) list the theoretical value at 192GB.
1 parent 03bcb72 commit 7e811fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export const DEFAULT_MEMORY_OPTIONS = [
3838
export const SKUS = {
3939
GPU: {
4040
NVIDIA: {
41+
B200: {
42+
tflops: 496.6,
43+
memory: [192],
44+
},
4145
H200: {
4246
tflops: 241.3,
4347
memory: [141],

0 commit comments

Comments
 (0)