What's Changed
- Allow setting log level via VF_LOG_LEVEL by @mikasenghaas in #584
- Allow logprobs field being a dict by @mikasenghaas in #563
- Retry on Sandbox creation- and deletion-failures by @snimu in #589
- Fixes for ty failures by @willccbb in #591
- Fix/update Doublecheck env for 0.1.8 API by @anakin87 in #587
- replace custom with_retry with tenacity-based retry by @snimu in #594
- Change
tc.retrytotc.AsyncRetryingby @snimu in #595 - fix: use async client in sandbox teardown with concurrency control by @JannikSt in #596
- Bump prime-sandboxes by @mikasenghaas in #592
- Bump prime-sandboxes to 0.2.5 by @JannikSt in #598
- Fix sentence-repeater env by @anakin87 in #588
- Assert datasets>=3.0.0 by @mikasenghaas in #604
- Fix sandbox teardown event loop errors on Ctrl+C by @JannikSt in #603
- Auto-install local envs in prime-rl folder by @willccbb in #572
- re-add cleanup_messages by @willccbb in #614
New Contributors
Full Changelog: v0.1.8.post1...v0.1.8.post2