Skip to content

Commit

Permalink
Add accelerate required for notebook
Browse files Browse the repository at this point in the history
[doc-fix] Add accelerate required for notebook 3/3
  • Loading branch information
osanseviero authored May 17, 2024
2 parents bb1c442 + c3c4ea0 commit a91486c
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 a91486c

Please sign in to comment.