Skip to content

Cache stringifies where not needed#631

Merged
Luodian merged 2 commits into
EvolvingLMMs-Lab:mainfrom
CLARKBENHAM:clark/bug-cached-as-str
Apr 17, 2025
Merged

Cache stringifies where not needed#631
Luodian merged 2 commits into
EvolvingLMMs-Lab:mainfrom
CLARKBENHAM:clark/bug-cached-as-str

Conversation

@CLARKBENHAM

Copy link
Copy Markdown
Contributor

Right now reading from cache returns stringified versions in case where object itself could be written. Raises error when values read out of the cache since str type not Instance type.

…e object itself could be written. Raises error when value read out since str type not value type
@Luodian Luodian merged commit c2e2f8d into EvolvingLMMs-Lab:main Apr 17, 2025
dadwadw233 pushed a commit to dadwadw233/lmms-eval that referenced this pull request Apr 28, 2025
* right now reading from cache returns stringified verions in case where object itself could be written. Raises error when value read out since str type not value type

* rm try
stisiTT pushed a commit to bgoelTT/lmms-eval that referenced this pull request Mar 6, 2026
* right now reading from cache returns stringified verions in case where object itself could be written. Raises error when value read out since str type not value type

* rm try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants