webrl/configs/agents/fs_agent.yaml
2024-08-08 23:40:38 +08:00

24 lines
431 B
YAML

default:
module: "src.client.agents.FastChatAgent"
parameters:
name: "FastChat"
controller_address: "http://localhost:55555"
max_new_tokens: 512
temperature: 0
vicuna-33b:
parameters:
model_name: "vicuna-33b-v1.3"
wizard-30b:
parameters:
model_name: "WizardLM-30B-V1.0-merged"
vicuna-13b:
parameters:
model_name: "vicuna-13b-v1.5"
vicuna-7b:
parameters:
model_name: "vicuna-7b-v1.5"