Skip to content

Commit

Permalink
add short section on supported Python, TF and CUDA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud authored May 17, 2022
1 parent 34a0617 commit 00be99d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00be99d

Please sign in to comment.