Ivan Charapanau
Ivan Charapanau
There's a tangential issue, when GraphQL customization is in place for a Remote Schema. Hasura doesn't seem to rename the query variables types to their original value before sending request...
Experiencing the same issue with graphql-server v2.11.2 ```json { "data": null, "errors": [ { "extensions": { "code": "validation-failed", "path": "$.selectionSet.organization_config.args.order_by[0].org_id" }, "message": "variable \"hasura_json_var_1\" is declared as signals_order_by, but used...
Sorry for commenting on an old thread, but this is one of the places that are high in the Google Search results when researching `graphql-js` performance when processing large payloads....
Hey, @i-am-neo 👋🏻 Sorry for bothering, but I'm curious if you had a chance to discover anything interesting in relation to conversion of t5 family of models to ggml since...
> Hi @av! I haven't yet. Want to share something you're working on? Nothing too specific, but looking for a way to reduce runtime costs for the T5 family with...
Experienced this today, runnin a somewhat exotic GPTQ quant: [ChenMnZ/Mistral-Large-Instruct-2407-EfficientQAT-w2g64-GPTQ](https://huggingface.co/ChenMnZ/Mistral-Large-Instruct-2407-EfficientQAT-w2g64-GPTQ) Sample request ```bash curl {{host}}/v1/chat/completions -H 'Content-Type: application/json' -H "Authorization: Bearer ---" -d '{ "model": "ChenMnZ/Mistral-Large-Instruct-2407-EfficientQAT-w2g64-GPTQ", "messages": [ { "role":...
Node.js released v18.18.0 where they switch to `libuv` 1.46, we also experienced an issue where jobs running `thread-loader` are hanging indefinitely or throw a JSON parse error.
One specific example where I've experienced a desire to run DSPy with 3.8 was when using official `transformers-pytorch-gpu` docker images that are still shipped with 3.8 (in a context of...
Experienced this specific issue and spent a few hours debugging to realise that using `CallbackFunction` currently breaks when the closest `package.json` doesn't have `"dependencies"` key. pulumi about CLI Version 3.120.0...
After a bit of investigation, the issue comes from a `lazy-cache` library use in the ancient version of the `clone-deep` library: https://github.com/jonschlinkert/clone-deep/blob/0.2.4/utils.js In case of `puppeteer-extra`, that library is an...