-
Notifications
You must be signed in to change notification settings - Fork 955
fix tmp user contexts #225
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
Conversation
🦋 Changeset detectedLatest commit: 5a839da The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
accidentally brought code from other PR
This reverts commit 1963130.
Have you tried running this with caching? My concern is primarily around that; we use the |
Can test shortly, though in theory it shouldn't have any effect on LLM caching as they create separate sub directories |
Works smoothly as tested with the example script after enabling caching @kamath |
why
Current handling causes errors on Windows, this PR makes handling consistent on both OS.
what changed
Ensured the
tmp
folder is created in within the project directory, and used thepath
module to ensure it works cross-platform.test plan
Run evals on Windows and Mac. Can confirm it's running well on Windows. I don't have access to a MacOS system atm, so that needs to be tested.