Skip to content

Commit

Permalink
Set TOKENIZERS_PARALLELISM to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Dec 20, 2024
1 parent 48f7cd3 commit 932f314
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nlp_link/linker_utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from tqdm import tqdm

import numpy as np
from sentence_transformers import SentenceTransformer
import torch

from wasabi import msg, Printer

import os

os.environ["TOKENIZERS_PARALLELISM"] = "false"

msg_print = Printer()


Expand Down

0 comments on commit 932f314

Please sign in to comment.