Update jetson.md

This commit is contained in:
Jason
2022-10-31 14:21:25 +08:00
committed by GitHub
parent 82a0f3d050
commit 6b158757c1

View File

@@ -16,6 +16,7 @@ cd FastDeploy
mkdir build && cd build
cmake .. -DBUILD_ON_JETSON=ON \
-DENABLE_VISION=ON \
-DENABLE_TEXT=ON
-DCMAKE_INSTALL_PREFIX=${PWD}/installed_fastdeploy
make -j8
make install
@@ -39,6 +40,7 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git
cd FastDeploy/python
export BUILD_ON_JETSON=ON
export ENABLE_VISION=ON
export ENABLE_TEXT=ON
python setup.py build
python setup.py bdist_wheel