Skip to content

Commit

Permalink
remove logging.set_verbosity_info()
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Zhentao <[email protected]>
  • Loading branch information
zhentaoyu committed Dec 4, 2024
1 parent 6f12c92 commit 0f3ece0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/habana/transformers/generation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
# Initial generated token index is set to 1 to accomodate SOS (start of string) token.
INITIAL_TOKEN_IDX = 1

logging.set_verbosity_info()
logger = logging.get_logger(__name__)


Expand Down

0 comments on commit 0f3ece0

Please sign in to comment.