From c00b251435a46573008673a4266d5f4f838926e2 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Thu, 8 Jul 2021 13:18:35 +0200 Subject: [PATCH] modified readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89983ab..4424f75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Pre-requisites -Currently supported OSs include both Linux and Mac OS (10.5, x86_64 only). Basic build tools (__e.g__. make) are currently required for installation. Under Ubuntu, for instance, these are available under the `build-essential` package. The required package might be named differently on different distributions. +Currently supported OSs include both Linux and Mac OS (10.5, x86_64 only). Basic build tools (_e.g_. make) are currently required for installation. Under Ubuntu, for instance, these are available under the `build-essential` package. The required package might be named differently on different distributions. While the Linux installation fully supports GPU-acceleration via cudatoolkit, only CPU inference currently is available under Mac OS.