From 00be99d29b735700ab5f51359d7e8f47e0cdee53 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 17 May 2022 12:01:25 +0200 Subject: [PATCH] add short section on supported Python, TF and CUDA versions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb5d60..766946a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ Alternatively, you can also use `make` with these targets: `make install` or -`make install-dev` for editable installation +`make install-dev` for editable installation + +The current version of Eynollah runs on Python `>=3.6` with Tensorflow `>=2.4`. + +In order to use a GPU for inference, the CUDA toolkit version 10.x needs to be installed. ### Models