Skip to content

Commit

Permalink
Restore model profile catalog with one entry required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
outtanames committed Jan 24, 2024
1 parent 7ed552c commit 9fb9d08
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions catalogs/model_profile_catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[
{
"namespace":"nos::openai\/clip-vit-base-patch32",
"profiling_data":{
"init::memory_gpu::pre":1001259008,
"init::memory_cpu::pre":18951331840,
"init::memory_gpu::post":1640890368,
"init::memory_cpu::post":19440001024,
"forward::memory_gpu::pre":1640890368,
"forward::memory_cpu::pre":19440001024,
"forward::memory_gpu::post":1642987520,
"forward::memory_cpu::post":19440001024,
"forward_warmup::execution":{
"num_iterations":436,
"total_ms":2003.6902427673,
"cpu_utilization":9.8,
"gpu_utilization":38
},
"forward::execution":{
"num_iterations":1101,
"total_ms":5002.1767616272,
"cpu_utilization":9.8,
"gpu_utilization":38
},
"cleanup::memory_gpu::pre":1642987520,
"cleanup::memory_cpu::pre":19443097600,
"cleanup::memory_gpu::post":1003356160,
"cleanup::memory_cpu::post":19445149696,
"wrap::memory_gpu::pre":1001259008,
"wrap::memory_cpu::pre":18951331840,
"wrap::memory_gpu::post":1003356160,
"wrap::memory_cpu::post":19445149696,
"batch_size":1,
"shape":null,
"forward::memory_gpu::allocated":1642987520,
"forward::memory_cpu::allocated":19440001024,
"forward::execution.gpu_utilization":38,
"forward::execution.cpu_utilization":9.8
},
"model_id":"openai\/clip-vit-base-patch32",
"method":"encode_image",
"runtime":"gpu",
"device_name":"nvidia-geforce-rtx-2080",
"device_type":"cuda",
"device_index":0,
"date":"2024-01-24 22:20:01",
"version":"0.1.5"
}
]

0 comments on commit 9fb9d08

Please # to comment.