Skip to content

Commit 9385236

Browse files
authored
Stop using nightly for KerasHub getting started (#2088)
1 parent 5ea6058 commit 9385236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: guides/ipynb/keras_hub/getting_started.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"outputs": [],
7070
"source": [
71-
"!pip install --upgrade --quiet keras-hub-nightly keras-nightly"
71+
"!pip install --upgrade --quiet keras-hub keras"
7272
]
7373
},
7474
{

Diff for: guides/keras_hub/getting_started.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"""
4040

4141
"""shell
42-
pip install --upgrade --quiet keras-hub-nightly keras-nightly
42+
pip install --upgrade --quiet keras-hub keras
4343
"""
4444

4545
"""

Diff for: guides/md/keras_hub/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install it with pip.
3838

3939

4040
```python
41-
!pip install --upgrade --quiet keras-hub-nightly keras-nightly
41+
!pip install --upgrade --quiet keras-hub keras
4242
```
4343

4444
Keras 3 was built to work on top of TensorFlow, Jax, and Torch backends. You should

0 commit comments

Comments
 (0)