Skip to content

Commit

Permalink
Use tqdm auto (#35726)
Browse files Browse the repository at this point in the history
* Remove traces of the progressbar

* Use tqdm auto
  • Loading branch information
SmartManoj authored Feb 13, 2025
1 parent 62c7ea0 commit d72642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/modeling_gguf_pytorch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from typing import Dict, NamedTuple, Optional

import numpy as np
from tqdm import tqdm
from tqdm.auto import tqdm

from .integrations import (
GGUF_CONFIG_MAPPING,
Expand Down

0 comments on commit d72642b

Please sign in to comment.