Skip to content

Commit 6e01290

Browse files
committed
Add NVIDIA B200 to hardware.ts
1 parent 03bcb72 commit 6e01290

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)