fmmoret
fmmoret
### Is your feature request related to a problem? Please describe We have graalvm 20.1.0-java11 and nodejs 16.9.1 in our tool versions. Both have "node" in their bins. We are...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
I get segfaults on node 16 and node 18 when I use these in workers. I'm on linux gnu x64 ------------ Replication steps: Just run `node segfault.js` with: segfault.js ```...
I get segfaults on node 16 and node 18 when I use these in workers. I'm on linux gnu x64 ------------ Replication steps: Just run `node segfault.js` with: segfault.js ```...
https://github.com/vllm-project/vllm/issues/2821 Tried https://huggingface.co/yard1/llama-2-7b-sql-lora-test/blob/main/adapter_config.json against awq, gptq, & squeeze via editing https://github.com/vllm-project/vllm/blob/main/examples/multilora_inference.py
Would anyone be able to point me to pytorch -> jax llama weights conversion and jax -> pytorch llama weights conversion scripts?
Hey, I am working with an API that I cannot add discriminators to, but downstream generators can't consume AnyOf properly in some cases. Here are some similar threads: https://github.com/asteasolutions/zod-to-openapi/issues/162 https://github.com/asteasolutions/zod-to-openapi/pull/163...
### Describe the issue as clearly as possible: This uses up a huge amount of RAM and hangs for a long time -- 1600s on my machine with 32GB ram,...
``` "@swc/cli": "0.4.0", "@swc/core": "1.7.18", "@swc/helpers": "0.5.12", ``` Minimal repro -- color: blue won't be applied. The parser appears to be matching on the `}` in `${FontStyle.Headline2}` ``` .heading-container {...
### What feature would you like to see? Maybe I'm wrong but I thought I recalled the old version of DSPY (pre-litellm / pre-adapter era) doing retries for pydantic validation...