From 6f085611e35a5ce4b535901afe374d81f6f8bffe Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Fri, 12 Jan 2024 15:48:14 -0800 Subject: [PATCH] doc(README): minimum gfortran version 13 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8053a97a..2248a3a3f 100644 --- a/README.md +++ b/README.md @@ -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: