From 8a9f4b869c267dc360687c8a74d546aebd5ce853 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:42:05 +0800 Subject: [PATCH] Add files via upload --- docs/docs_en/environment.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/docs_en/environment.md diff --git a/docs/docs_en/environment.md b/docs/docs_en/environment.md new file mode 100644 index 000000000..f4a94edf0 --- /dev/null +++ b/docs/docs_en/environment.md @@ -0,0 +1,22 @@ +# FastDeploy environment requirements + +## System Platform + +- Linux x64/aarch64 +- Windows 10 x64 +- Mac OSX (x86 10.0+ / arm64 12.0+) + +## Hardware Dependencies + +- Intel CPU +- Nvidia GPU + +## Software Dependencies + +- cmake >= 3.12 +- gcc/g++ >= 8.2 +- python >= 3.6 +- Visual Studio 2019 (Windows) +- cuda >= 11.0 (The default installation path of Linux is under /usr/local/cuda) +- cudnn >= 8.0 +- TensorRT、Paddle Inference、ONNXRuntimeand other inference engines will be included in the SDK and do not need to be installed separately.