Skip to content

Commit

Permalink
Merge pull request #501 from deepmodeling/xiao312-patch-1
Browse files Browse the repository at this point in the history
Update PaddlePaddle options in docs
  • Loading branch information
maorz1998 authored Aug 5, 2024
2 parents 2550d47 + 15228d2 commit 6e91679
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/qs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you plot PyTorch's result together with CVODE's result, the graph is expected

Visualisation of 0D results from PyTorch and CVODE integrators


.. Note:: If you prefer using the PaddlePaddle framework, you can refer to examples stored in `$HOME/deepflame-dev/examples/dfLowMachFoam/paddle`.

DeepFlame without DNN
------------------------------
Expand Down
6 changes: 5 additions & 1 deletion docs/source/qs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Finally you can build and install DeepFlame:

Other Options
-------------------------------
DeepFlame also provides users with full GPU version and CVODE (no DNN version) options.
DeepFlame also provides users with full GPU version, CVODE (no DNN version) and PaddlePaddle options.

**1. If you just need DeepFlame's CVODE solver without DNN model, just install LibCantera via** `conda <https://docs.conda.io/en/latest/miniconda.html#linux-installers>`_.

Expand Down Expand Up @@ -236,3 +236,7 @@ Compilition of solvers are separated. Choose the solver you want to use and then
cmake -B build
cd build
make install
**4. If you prefer using the PaddlePaddle framework for DNN model training and inference:**

Please ensure that PaddlePaddle has been successfully installed. You can refer to the official `PaddlePaddle <https://www.paddlepaddle.org.cn/>`_ website for installation instructions.

0 comments on commit 6e91679

Please sign in to comment.