Skip to content

Commit

Permalink
[doc-fix] Add accelerate required for notebook 3/3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaioksha authored Mar 10, 2024
1 parent e63a663 commit c3c4ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/generate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def build_notebook(fname, title, output_dir="."):
"""
sections = read_and_split_frameworks(fname)
sections_with_accelerate = [
"chapter3/3", # "Fine-tuning a model with the Trainer API or Keras",
"chapter3/4", # "A full training",
"chapter7/2_pt", # "Token classification (PyTorch)",
"chapter7/3_pt", # "Fine-tuning a masked language model (PyTorch)"
Expand Down

0 comments on commit c3c4ea0

Please sign in to comment.