Skip to content

Commit 3882d1d

Browse files
authored
Update Keras backend installation instructions
Clarify backend installation requirements for Keras.
1 parent 960133e commit 3882d1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ pip install keras --upgrade
2727

2828
2. Install backend package(s).
2929

30-
To use `keras`, you should also install the backend of choice: `tensorflow`, `jax`, or `torch`.
31-
Note that `tensorflow` is required for using certain Keras 3 features: certain preprocessing layers
32-
as well as `tf.data` pipelines.
30+
To use `keras`, you should also install the backend of choice: `tensorflow`, `jax`, or `torch`. Additionally,
31+
The `openvino` backend is available with support for model inference only.
3332

3433
### Local installation
3534

0 commit comments

Comments
 (0)