Skip to content

Commit

Permalink
Update tf versions to avoid problems
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Oct 19, 2023
1 parent d338a6f commit c70a76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ JDLL provides the needed methods to install the wanted engines in an easy manner

```
String framework = "tensorflow";
String version = "2.10.1";
String version = "2.7.0";
boolean cpu = true;
boolean gpu = true;
Expand Down Expand Up @@ -210,7 +210,7 @@ An example of defining the `EngineInfo` instance needed to load a model is shown
Note that `String enginesDir` is the directory where the wanted engines have been installed. [Click here and look at the example in the redirected section](https://github.com/bioimage-io/JDLL#2-installing-dl-engines).
```java
String framework = "tensorflow";
String version = "2.10.1";
String version = "2.7.0";
boolean cpu = true;
boolean gpu = true;
String enginesDir = "/path/to/wanted/engines/dir";
Expand Down

0 comments on commit c70a76b

Please sign in to comment.