Commit 8bde822
Fix TypeError: find_adapter_config_file() got an unexpected keyword argument '_adapter_model_path' (#41604)
* Pass original dict instead of copy to maybe_load_adapters
* Revert "Pass original dict instead of copy to maybe_load_adapters"
This reverts commit 26fe1b3.
* Return cleaned version of adapter_kwargs
---------
Co-authored-by: Arthur <[email protected]>1 parent 9bb51b3 commit 8bde822
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4353 | 4353 | | |
4354 | 4354 | | |
4355 | 4355 | | |
4356 | | - | |
| 4356 | + | |
4357 | 4357 | | |
4358 | 4358 | | |
4359 | 4359 | | |
| |||
0 commit comments