This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
src/sparseml/transformers Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4646 "pydantic>=1.5.0" ,
4747 "requests>=2.0.0" ,
4848 "scikit-image>=0.15.0" ,
49- "scikit-learn>=1.0 .2" ,
49+ "scikit-learn>=0.24 .2" ,
5050 "scipy>=1.0.0" ,
5151 "tqdm>=4.0.0" ,
5252 "toposort>=1.0" ,
Original file line number Diff line number Diff line change @@ -289,7 +289,8 @@ def __post_init__(self):
289289
290290@record
291291def main (** kwargs ):
292- # See all possible arguments in src/transformers/training_args.py
292+ # See all possible arguments in
293+ # src/sparseml/transformers/sparsification/training_args.py
293294 # or by passing the --help flag to this script.
294295 # We now keep distinct sets of args, for a cleaner separation of concerns.
295296
Original file line number Diff line number Diff line change @@ -307,7 +307,8 @@ def __post_init__(self):
307307
308308@record
309309def main (** kwargs ):
310- # See all possible arguments in src/transformers/training_args.py
310+ # See all possible arguments in
311+ # src/sparseml/transformers/sparsification/training_args.py
311312 # or by passing the --help flag to this script.
312313 # We now keep distinct sets of args, for a cleaner separation of concerns.
313314
Original file line number Diff line number Diff line change @@ -296,7 +296,8 @@ class ModelArguments:
296296
297297@record
298298def main (** kwargs ):
299- # See all possible arguments in src/transformers/training_args.py
299+ # See all possible arguments in
300+ # src/sparseml/transformers/sparsification/training_args.py
300301 # or by passing the --help flag to this script.
301302 # We now keep distinct sets of args, for a cleaner separation of concerns.
302303
Original file line number Diff line number Diff line change @@ -260,7 +260,8 @@ def __post_init__(self):
260260
261261@record
262262def main (** kwargs ):
263- # See all possible arguments in src/transformers/training_args.py
263+ # See all possible arguments in
264+ # src/sparseml/transformers/sparsification/training_args.py
264265 # or by passing the --help flag to this script.
265266 # We now keep distinct sets of args, for a cleaner separation of concerns.
266267
You can’t perform that action at this time.
0 commit comments