Skip to content

Commit

Permalink
Revert accidental edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Aug 7, 2024
1 parent 06151a8 commit c5eaae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/02_bonus_additional-experiments/previous_chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import tiktoken
import torch
import torch.nn as nn
from torch.utils.data import Daaset, DataLoader
from torch.utils.data import Dataset, DataLoader

#####################################
# Chapter 2
Expand Down

0 comments on commit c5eaae1

Please sign in to comment.