Skip to content

Commit 7cb0e48

Browse files
update python version (#21517)
* update python version * fix GPU tests * onlu update python version for flax * disable 3.11 tests on other backends * fix bugs
1 parent 7b9ab6a commit 7cb0e48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"features": {
2626
"ghcr.io/devcontainers/features/github-cli:1": {}
2727
}
28-
}
28+
}

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
backend: [tensorflow, jax, torch, numpy, openvino]
2323
nnx_enabled: [false]
2424
include:
25-
- python-version: '3.10'
25+
- python-version: '3.11'
2626
backend: jax
2727
nnx_enabled: true
2828
name: ${{ matrix.backend == 'jax' && format('Run tests ({0}, {1}, nnx_enabled = {2})', matrix.python-version, matrix.backend, matrix.nnx_enabled) || format('Run tests ({0}, {1})', matrix.python-version, matrix.backend) }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ os.environ["KERAS_BACKEND"] = "jax"
8888
import keras
8989
```
9090

91-
**Note:** The backend must be configured before importing `keras`, and the backend cannot be changed after
91+
**Note:** The backend must be configured before importing `keras`, and the backend cannot be changed after
9292
the package has been imported.
9393

9494
**Note:** The OpenVINO backend is an inference-only backend, meaning it is designed only for running model

0 commit comments

Comments
 (0)