lynneChan
Results
1
issues of
lynneChan
I want to evaluate the [vicuna_7b_v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) with the webshop task, and according to the `configs/agents/fastchat_client.yaml` the agent config is setted as following: ``` module: "src.agents.FastChatAgent" parameters: controller_address: "http://localhost:5000" max_new_tokens: 128...