alibaba / FederatedScope

An easy-to-use federated learning platform
https://www.federatedscope.io
Apache License 2.0
1.26k stars 206 forks source link

too many values to unpack (expected 2) in model_builder.py #776

Closed wangchenyu929 closed 2 months ago

wangchenyu929 commented 2 months ago

Snipaste_2024-06-12_21-44-31 When I run the default example (python main.py --cfg llm/baseline/testcase.yaml), I always get the following error, both on the dolly and alpaca datasets

wangchenyu929 commented 2 months ago

Oh I got it, I set the model type in testcase.yaml by model_name@local, ant the optional value is @llm, so the model_bulder can not handel it.