RoundtTble
commited on
Commit
·
355e44f
1
Parent(s):
54e1177
Fix minor
Browse files
Makefile
CHANGED
@@ -7,4 +7,4 @@ triton:
|
|
7 |
tritonserver --model-repository=/models
|
8 |
|
9 |
perf:
|
10 |
-
docker run --gpus all --rm -it --net host nvcr.io/nvidia/tritonserver:23.04-py3-sdk perf_analyzer -m dinov2_vitl14 --percentile=95 -i grpc -u 0.0.0.0:8001 --concurrency-range 16:16 --shape input:3,
|
|
|
7 |
tritonserver --model-repository=/models
|
8 |
|
9 |
perf:
|
10 |
+
docker run --gpus all --rm -it --net host nvcr.io/nvidia/tritonserver:23.04-py3-sdk perf_analyzer -m dinov2_vitl14 --percentile=95 -i grpc -u 0.0.0.0:8001 --concurrency-range 16:16 --shape input:3,560,560
|