remove logging from transformers

This commit is contained in:
Patrick von Platen 2022-06-15 15:53:07 +02:00
parent fb9e37adf6
commit 1ba7e801ab
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ try:
from transformers.utils import (
ModelOutput,
add_start_docstrings_to_model_forward,
logging,
replace_return_docstrings,
)
except: