Skip to content

Commit

Permalink
Removed unnecessary spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni authored Oct 29, 2023
1 parent 2ee1ae2 commit 7c9f08e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/dolma/tokenizer/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def tokenize_in_parallel(
dtype: str = "uint16",
debug: bool = False,
):
multiprocessing.set_start_method("spawn")

# variables for the nice debugging and tokenizers
os.environ["PYTHONBREAKPOINT"] = "ipdb.set_trace"
os.environ["TOKENIZERS_PARALLELISM"] = "false"
Expand Down

0 comments on commit 7c9f08e

Please sign in to comment.