-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and test MemoryStep #432
Fix and test MemoryStep #432
Conversation
@albertvillanova the .raw attribute was added after discussions with @matthewcarbone who highlighted the need to access full raw model outputs for inspection of logs ex-post. |
I am definitely a strong proponent of keeping all raw metadata. I think this was added in a recent PR though right? Through the logging? @aymeric-roucher I think this is used somewhere and should be kept, but I could be wrong. There were lots of fast changes in that discussion. |
Yes it should be kept, even if not used anywhere else in the code base it can be useful for later inspection! |
Currently,
What we use in the code is smolagents/src/smolagents/models.py Lines 90 to 94 in fa1f8d0
What is the difference between these two? |
Note that I commented the
|
Oh, sorry, I misunderstood your question : then indeed, |
Removed. |
Thank you @albertvillanova ! |
Fix and test MemoryStep.
Note:
TODO: