Salman Mohammed
Salman Mohammed
@lmcinnes would you please be able to share a small snippet that does this? it would be super helpful! 🙏🏽 there are a few open issues regarding this cluster mapping...
@lmcinnes - it might be due to some packages in the requirements.txt not being pinned such as `numpy>=1.16.0`. it could be worth looking into pinning them in both directions `>=...
I believe the fix would be to change this class attribute to `s3` https://github.com/PrefectHQ/prefect/blob/e6bd04abb5580eb79bde12b9ad3845e9f1d1479c/src/prefect/tasks/databricks/models.py#L66
@Optimox I have a large dataset (100 chunks in parquet) - each chunk fits in memory but not the entire dataset. What would be the best way to train TabNet...
We have seen a similar error in our Prefect 2 Agent in GCP Cloud Run (launches Vertex jobs). The agent falls over at the start of the hour when ~50...
@da-moon i have incorporated your changes in this PR - https://github.com/block/goose/pull/1266
nice! we probably want to add this as a separate MCP server, similar to this one: https://github.com/block/goose/pull/561
this is the error you're seeing: https://github.com/block/goose/blob/7e534a0b971eb9abbb5099d03a94435160f69c47/crates/goose/src/agents/truncate.rs#L254-L259 and i believe it's coming from here where we try to get the usage data from open router response: https://github.com/block/goose/blob/7e534a0b971eb9abbb5099d03a94435160f69c47/crates/goose/src/providers/openrouter.rs#L206 i think what...
@SemyonSinchenko we will release to stable tomorrow. you can try pulling the latest cli (from canary). ``` curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CANARY=true bash ``` please let us know if that...
there seems to be a lot of interest in providing an Open-AI compatible provider 🙌🏼 if anyone is interested, this would be a great contribution. or else, we will hopefully...