File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -546,10 +546,10 @@ def __post_init__(self) -> None:
546
546
self .code_revision , self .config_format )
547
547
548
548
if hf_overrides_kw :
549
- logger .info ("Overriding HF config with %s" , hf_overrides_kw )
549
+ logger .debug ("Overriding HF config with %s" , hf_overrides_kw )
550
550
hf_config .update (hf_overrides_kw )
551
551
if hf_overrides_fn :
552
- logger .info ("Overriding HF config with %s" , hf_overrides_fn )
552
+ logger .debug ("Overriding HF config with %s" , hf_overrides_fn )
553
553
hf_config = hf_overrides_fn (hf_config )
554
554
555
555
self .hf_config = hf_config
@@ -1947,8 +1947,8 @@ def __post_init__(self) -> None:
1947
1947
if get_current_placement_group ():
1948
1948
backend = "ray"
1949
1949
self .distributed_executor_backend = backend
1950
- logger .info ("Defaulting to use %s for distributed inference" ,
1951
- backend )
1950
+ logger .debug ("Defaulting to use %s for distributed inference" ,
1951
+ backend )
1952
1952
1953
1953
if self .distributed_executor_backend is None and self .world_size == 1 :
1954
1954
self .distributed_executor_backend = "uni"
You can’t perform that action at this time.
0 commit comments