Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
uSaiPrashanth committed Jun 27, 2023
1 parent 51a8428 commit 075ab9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ dmypy.json
.pyre/

.DS_Store

# Batch Viewer saves
utils/token_indicies/*
2 changes: 2 additions & 0 deletions utils/batch_viewer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from mmap_dataset import MMapIndexedDataset
from tqdm import trange
import numpy as np
import argparse
import os

if __name__ == '__main__':

Expand Down

0 comments on commit 075ab9c

Please sign in to comment.