Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 8681b68

Browse files
committed
Update README and remove unneeded header
1 parent 9d452bc commit 8681b68

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tftrt/benchmarking-cpp/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ The binary will be located at `/opt/tensorflow/tensorflow-source/bazel-bin/tenso
4242

4343
### Prebuilt
4444

45-
For internal NVIDIA users, a container with a prebuilt modified Tensorflow is available:
46-
47-
```
48-
docker run --rm --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 -it --name TFTRT_CPP gitlab-master.nvidia.com:5005/dl/dgx/tensorflow:cpp-tensorboard-patch-py3-base
49-
```
50-
51-
Use CMake to build the binary without needing to rebuild Tensorflow:
45+
For internal NVIDIA users, a container with a prebuilt modified Tensorflow is available. In the container, use CMake to build the binary without needing to rebuild Tensorflow:
5246

5347
```
5448
cd /workspace/tensorrt/tftrt/benchmarking-cpp

tftrt/benchmarking-cpp/main.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "tensorflow/cc/ops/const_op.h"
88
#include "tensorflow/cc/ops/image_ops.h"
99
#include "tensorflow/cc/saved_model/loader.h"
10-
#include "tensorflow/compiler/tf2tensorrt/trt_convert_api.h"
1110
#include "tensorflow/core/common_runtime/device_mgr.h"
1211
#include "tensorflow/core/framework/graph.pb.h"
1312
#include "tensorflow/core/framework/tensor.h"

0 commit comments

Comments
 (0)