Training proceeded without my feedback

After updating to version 0.67.1 and while training my agents, the training procedure kept moving forward to the next task, before I managed to give my feedback regarding the completed one.

Is that something new or an error?

Also got this:

`Traceback (most recent call last):
File “/Users/gerasimosplegas/tierly_v2/src/tierly_v2/main.py”, line 28, in train
TierlyV2Crew().crew().train(n_iterations=int(sys.argv[1]), filename=sys.argv[2], inputs=inputs)
File “/Users/gerasimosplegas/Library/Caches/pypoetry/virtualenvs/tierly-eXmYQ2Lr-py3.11/lib/python3.11/site-packages/crewai/crew.py”, line 449, in train
agent_id=str(agent.role), trained_data=result.model_dump()
^^^^^^^^^^^^^^^^^
AttributeError: ‘str’ object has no attribute ‘model_dump’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “”, line 1, in
File “/Users/gerasimosplegas/tierly_v2/src/tierly_v2/main.py”, line 31, in train
raise Exception(f"An error occurred while training the crew: {e}")
Exception: An error occurred while training the crew: ‘str’ object has no attribute ‘model_dump’
An error occurred while training the crew: Command ‘[‘poetry’, ‘run’, ‘train’, ‘2’, ‘trained_agents_data.pkl’]’ returned non-zero exit status 1. `

1 Like

Hey @Ger i believe one of the devs is looking into training now

2 Likes

Thank you very much!

1 Like