Update _utils.py
This commit is contained in:
parent
aa33f84b84
commit
1b3ce449de
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ warnings.filterwarnings(action = "ignore", category = UserWarning, module = "
|
|||
warnings.filterwarnings(action = "ignore", category = FutureWarning, module = "accelerate")
|
||||
warnings.filterwarnings(action = "ignore", category = RuntimeWarning, module = "multiprocessing")
|
||||
warnings.filterwarnings(action = "ignore", category = RuntimeWarning, module = "multiprocess")
|
||||
warnings.filterwarnings(action = "ignore", category = UserWarning, module = "triton")
|
||||
|
||||
# Stop "Special tokens have been added in the vocabulary, ..."
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue