Ritian-Li
Ritian-Li
`class Bottleneck(nn.Module): def __init__(self, in_planes, out_planes, stride, groups): mid_planes = int(out_planes/4)`

hi, have u solved it?
> yes, i have solved it by replace the pytorch version to 1.6, python=3.7, you may have a try yea, I have tried and it works, thanks dude
> Could you provide which model you are using? ```python AGENT_LLM_MAP: dict[str, LLMType] = { "coordinator": "basic", "planner": "basic", "researcher": "basic", "coder": "basic", "reporter": "basic", "podcast_script_writer": "basic", "ppt_composer": "basic", "prose_writer":...