Skip to content

Commit d30fb74

Browse files
jinyouzhijinyouzhi
andauthored
doc: fix torch usage typo (#37)
Co-authored-by: jinyouzhi <jinyouzhi.lyg@gmail.com>
1 parent fc0150e commit d30fb74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/cn/usages/torch_usage_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ cmake .. \
8989
-DTensorRT_ROOT="path/to/TensorRT" \
9090
-DCMAKE_PREFIX_PATH="path/to/LibTorch" \
9191
-DENABLE_TENSORFLOW=OFF \
92-
-DENABLE_TORCH=OFF \
93-
-DENABLE_KERAS=ON \
92+
-DENABLE_TORCH=ON \
93+
-DENABLE_KERAS=OFF \
9494
-DENABLE_ONNX=OFF \
9595
-DENABLE_UNIT_TESTS=ON \
9696
-DBUILD_PYTHON_LIB=OFF \

doc/en/usages/torch_usage_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ cmake .. \
9090
-DTensorRT_ROOT="path/to/TensorRT" \
9191
-DCMAKE_PREFIX_PATH="path/to/LibTorch" \
9292
-DENABLE_TENSORFLOW=OFF \
93-
-DENABLE_TORCH=OFF \
94-
-DENABLE_KERAS=ON \
93+
-DENABLE_TORCH=ON \
94+
-DENABLE_KERAS=OFF \
9595
-DENABLE_ONNX=OFF \
9696
-DENABLE_UNIT_TESTS=ON \
9797
-DBUILD_PYTHON_LIB=OFF \

0 commit comments

Comments
 (0)