From 216cd3a051725f80d4c85856202555857fbe29c1 Mon Sep 17 00:00:00 2001 From: xingfeng Date: Thu, 23 Dec 2021 10:09:13 +0800 Subject: [PATCH] complete hardware requirements in doc and readme --- README.md | 2 ++ docs/source/getting_started/installation.rst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5309848..a4042340d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ The component organization is illustrated in the following figure. ## Prerequisites: +Hardware requirements: NVIDIA GPU V100, NVIDIA GPU A100 + Package dependencies: paddle, matplotlib, vtk. PaddleScience currently relies on new features of the Paddle framework so please be advised to download the latest version of Paddle on github. diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 77655892f..193c885fa 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -3,7 +3,9 @@ Installation - **Prerequisites** - Package dependencies: paddle, numpy, matplotlib, vtk. + Hardware requirements: NVIDIA GPU V100, NVIDIA GPU A100 + + Package dependencies: paddle, numpy, matplotlib, vtk - **Installation**