Skip to content

Commit

Permalink
Fix heading in JAX_for_LLM_pretraining tutorial (#123)
Browse files Browse the repository at this point in the history
* Fix heading in JAX_for_LLM_pretraining tutorial

* Fix heading in JAX_for_LLM_pretraining.ipynb
  • Loading branch information
windmaple authored Dec 5, 2024
1 parent 67a7c94 commit e1022e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/JAX_for_LLM_pretraining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@
"id": "3813cbf2",
"metadata": {},
"source": [
"# Profiling for Hyperparameter Tuning"
"## Profiling for Hyperparameter Tuning"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/JAX_for_LLM_pretraining.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ checkpointer.save('/content/save', state)
!ls /content/save/
```

# Profiling for Hyperparameter Tuning
## Profiling for Hyperparameter Tuning

```{code-cell}
!pip install -Uq tensorboard-plugin-profile tensorflow tensorboard
Expand Down

0 comments on commit e1022e1

Please sign in to comment.