Commit ·
a20439e
1
Parent(s): 6657987
SAM3: correct AGX Orin rows to model-card table values
Browse files- config.json +1 -1
- data/SAM3.csv +2 -2
config.json
CHANGED
|
@@ -324,7 +324,7 @@
|
|
| 324 |
},
|
| 325 |
"default_device": "agx_orin",
|
| 326 |
"experiment_setup": {
|
| 327 |
-
"agx_orin": "Values from the
|
| 328 |
"agx_thor": "Values from the published model-card benchmark card: 'bf16-torch' baseline vs Embedl-optimized 'fp8-fp16-trt', batch 1. Latency derived as 1000/FPS.",
|
| 329 |
"l4": "Values from the published model-card benchmark card: 'bf16-torch' baseline vs Embedl-optimized 'fp16-int8-trt', batch 1. Latency derived as 1000/FPS."
|
| 330 |
}
|
|
|
|
| 324 |
},
|
| 325 |
"default_device": "agx_orin",
|
| 326 |
"experiment_setup": {
|
| 327 |
+
"agx_orin": "Values from the model card's Performance table: FP16 baseline (resized to 924) 763 ms / 1.31 qps vs Embedl-optimized 462 ms / 2.17 qps, batch 1.",
|
| 328 |
"agx_thor": "Values from the published model-card benchmark card: 'bf16-torch' baseline vs Embedl-optimized 'fp8-fp16-trt', batch 1. Latency derived as 1000/FPS.",
|
| 329 |
"l4": "Values from the published model-card benchmark card: 'bf16-torch' baseline vs Embedl-optimized 'fp16-int8-trt', batch 1. Latency derived as 1000/FPS."
|
| 330 |
}
|
data/SAM3.csv
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
model_family,model,type,batch,device,res,ctx,lat,ips,mem
|
| 2 |
-
SAM3,facebook/sam3,image,1,agx_orin,924x924,,
|
| 3 |
-
SAM3,embedl/sam3,image,1,agx_orin,924x924,,
|
| 4 |
SAM3,facebook/sam3,image,1,agx_thor,924x924,,137,7.3,
|
| 5 |
SAM3,embedl/sam3,image,1,agx_thor,924x924,,90.9,11,
|
| 6 |
SAM3,facebook/sam3,image,1,l4,924x924,,137,7.3,
|
|
|
|
| 1 |
model_family,model,type,batch,device,res,ctx,lat,ips,mem
|
| 2 |
+
SAM3,facebook/sam3,image,1,agx_orin,924x924,,763,1.31,
|
| 3 |
+
SAM3,embedl/sam3,image,1,agx_orin,924x924,,462,2.17,
|
| 4 |
SAM3,facebook/sam3,image,1,agx_thor,924x924,,137,7.3,
|
| 5 |
SAM3,embedl/sam3,image,1,agx_thor,924x924,,90.9,11,
|
| 6 |
SAM3,facebook/sam3,image,1,l4,924x924,,137,7.3,
|