Dave Bunten
Dave Bunten
Thank you @gwaybio - after thinking this over a bit and discussing with @staylorx, I feel it'd be best to store the conversion code under this repo for the time...
Hi @gwaybio, great question, I'll try to clarify below: - sqlite-clean is intended to be a generalized tool for SQLite database linting and related fixes (similar to Python `black --check`...
Great stuff! Adding a few thoughts below. Some of these may be outside the scope of this issue directly but I felt might spur conversation towards developments here. ## Overall...
Cheers, thanks for these thoughts and the exploration @miltondp ! The temperature parameter seems like a great way to ensure greater determinism. Exciting that the Llama 2 API is similar...
Just wanted to upvote this idea, I think it'd be useful to distinguish the OpenAI tests. Maybe [pytest's custom markers](https://docs.pytest.org/en/7.4.x/example/markers.html#mark-examples) could be used here with the existing test suite structure?...
Hi all, I just wanted to bump this thread and mention that I found when using `random_state` 0 or `random_state` 42 the results are non-deterministic. As a result, I believe...
Thanks @mtkennerly, I can see what you mean. What about following the pattern from Poetry core with a [`pre-commit-hooks.yaml`](https://github.com/python-poetry/poetry/blob/main/.pre-commit-hooks.yaml) for something like a `pdv-check` which can be optionally used to...
Thanks @pjbull ! This ended up being the issue - after reinstalling with `"cloudpathlib[s3]"` things worked! Thanks for the prompt reply to this.
Thanks for bringing this up @arka2696 ! I was able to reproduce the error you're seeing and did some investigation here to determine what was happening. It seems that Pandas...
Thanks @arka2696, glad to hear! We'll work on addressing the compatibility of later pandas versions to help close this issue.