Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey committed May 24, 2024
1 parent 2da0d3b commit d077bb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions open_lm/datapreprocess/ray/tokenize_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ def main(args):
)
num_nodes = len(ray.nodes())

Sources = enum.Enum("Sources", {item["source"]: index for index, item in enumerate(data["sources"])})

input_folders = args.input.split(",")
input_paths = []
for inp_folder in input_folders:
Expand Down

0 comments on commit d077bb1

Please sign in to comment.