Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated API #2425

Merged
merged 6 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint API Gen Code
  • Loading branch information
sampathweb committed Apr 27, 2024
commit 525999d6d4a680790bad2440572a4914c94ba0f7
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install tensorflow~=2.14
pip install tensorflow~=2.15.0
pip install torch>=2.0.1+cpu
pip install "jax[cpu]"
pip install keras-core
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ pytest keras_cv/layers/preprocessing/cut_mix_test.py -k="label"

### Run all tests

Run API generation script when creating PRs that update `keras_export` public APIs:

```
./shell/api_gen.sh
```

You can run the unit tests for KerasCV by running:

```
Expand Down
Loading