We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76f61e commit c99977dCopy full SHA for c99977d
docs/zh/install_setup.md
@@ -222,6 +222,18 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
222
python -m pip install https://paddle-qa.bj.bcebos.com/deepali/whl/latest/dist/hf_deepali-0.1.0-py3-none-any.whl
223
```
224
225
+ === "neuraloperator"
226
+
227
+ ``` sh
228
+ cd PaddleScience
229
+ git submodule update --init ppsci/externals/neuraloperator
230
+ # install from source(recommended)
231
+ python -m pip install -e ppsci/externals/neuraloperator
232
233
+ # install from whl
234
+ python -m pip install https://paddle-qa.bj.bcebos.com/neuraloperator/whl/cuda11.8/latest/dist/neuraloperator-0.3.0-py3-none-any.whl
235
+ ```
236
237
=== "open3d"
238
239
``` sh
0 commit comments