We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79278a8 commit d46785aCopy full SHA for d46785a
.github/workflows/actions.yml
@@ -3,7 +3,7 @@ name: Tests
3
4
on:
5
push:
6
- branches: [ master ]
+ branches: [ main ]
7
pull_request:
8
release:
9
types: [created]
requirements.txt
@@ -9,7 +9,7 @@
10
# Following is for github runner and borrowed from
11
# https://github.com/keras-team/keras/blob/master/requirements.txt
12
-tf-nightly-cpu==2.16.0.dev20240101
+tf-nightly-cpu==2.16.0.dev20240108
13
14
--extra-index-url https://download.pytorch.org/whl/cpu
15
torch>=2.1.0
0 commit comments