remove logging from transformers
This commit is contained in:
parent
fb9e37adf6
commit
1ba7e801ab
|
@ -34,7 +34,6 @@ try:
|
|||
from transformers.utils import (
|
||||
ModelOutput,
|
||||
add_start_docstrings_to_model_forward,
|
||||
logging,
|
||||
replace_return_docstrings,
|
||||
)
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue