Skip to content

Commit

Permalink
doc(README): minimum gfortran version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson authored Jan 12, 2024
1 parent b061c7d commit 6f08561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The available optimizers for training neural networks are
1. Stochastic gradient descent
2. Adam (recommended)

Prerequisite
------------
Building Inference-Engine requires a Fortran 2018 compiler. With `gfortran`, the required minimum compiler version is 13.

Downloading, Building and Testing
---------------------------------
To download, build, and test Inference-Engine, enter the following commands in a Linux, macOS, or Windows Subsystem for Linux shell:
Expand Down

0 comments on commit 6f08561

Please sign in to comment.