Sermet Pekin

Results 13 comments of Sermet Pekin

> @eddelbuettel I've been able to reproduce your result in a [GitHub actions run](https://github.com/ms609/TreeDist/actions/runs/9646586299/job/26603357918). Again I would see this error as occurring when the TreeDist package is loaded (which would...

```toml [build-system] requires = ["hatchling"] build-backend = "hatchling.build" ``` fixed my issue. as @kbrgl suggested

You bring up a good point—tools like Litellm and others are already out there and do a great job. But honestly, history is full of success stories that started with...

Plus, these tools themselves are also reinventing the wheel in a way. Litellm and others often act as wrappers around powerful tools like OpenAI, Mistral, and others. But think about...

- copied draw_dot function to `micrograd` folder to file named graph.py. - simplified importing Value, draw_dot functions by adding them to `__init__.py` file ```python #micrograd/__init__.py from micrograd.engine import Value from...

This is a duplicate PR. There is already a PR with the same idea which waits to be approved opened earlier. [https://github.com/andrewyng/aisuite/pull/84](url) https://github.com/andrewyng/aisuite/pull/84

What I mean is since toml file specifies 3.10 then when a user has lets say 3.10.0 (or 3.10.8 in my case) bayesflow does not warn user to use a...

My suggestion is to specify 3.10.0 instead of 3.10 on test.yaml file :)

I understand that the purpose (and the tradition is to test the earliest version) and I assume by specifying 3.10 on CI (tests.yaml) file we actually already hoping that it...

after checking with couple of other versions after python 3.10.8 I thought it might be related to a bug in python itself and there is something important about inspect module...