Skip to content

Commit

Permalink
explicitly enable TOKENIZERS_PARALLELISM=true
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 23, 2025
1 parent 5c9bcb8 commit a8a9e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
# TODO: figure out why this is happening
os.environ["GRPC_VERBOSITY"] = "error"
os.environ["TRANSFORMERS_VERBOSITY"] = "error"
os.environ["TOKENIZERS_PARALLELISM"] = "true"

# Configure uvloop for maximum performance
def configure_uvloop():
Expand Down

0 comments on commit a8a9e3f

Please sign in to comment.