Jannis Schönleber

Results 24 comments of Jannis Schönleber

I'm not entirely certain where the misunderstanding lies, but I'll do my best to clarify :-) The `lut` and `P` are initialized using the methods described in the previous response....

I have the same issue +1 Reference here: https://github.com/Shopify/ruby-lsp/blob/e95abdeabdd898bf01edd9b6d03d51e269ff71d0/vscode/src/ruby/rvm.ts#L23

Probably not wise to merge yet as two changes for CVA6 would not be in here, specifically these: https://github.com/pulp-platform/cva6/pull/6 https://github.com/pulp-platform/cva6/pull/8 This pull request uses https://github.com/pulp-platform/cva6/pull/9 1) Adds `docker` ci. 2)...

Hi :-) Thank you for the question. I get your thinking :-) ### np.matmul `np.matmul` is a highly optimised coroutine that each hardware manufacturer provides SIMD libraries called (BLAS). These...

I had the same issue. I also saw some other issues in the same direction here, for conservation and also if someone else has this issue. I had to increase...

I am not sure if this is an `uv` issue. I have this issue with v2.3.7 and v3.0. I was able to fix it by pinning the numba version to...

My story: So my python version is `3.11`. I fixed `numpy=0.57` can be installed in `python 3.11` (https://github.com/numba/numba/blob/288a38bbd5a15418a211bf067878dfdf3c139509/setup.py#L23) except for `numba==0.51` (which did not set an upper limit yet). `Numba`...

Nice PR :-) But I think this commit should be cherry-picked on it to make it work with `vllm serve` https://github.com/vllm-project/vllm/commit/e3a9a732db34786e7825986659cc689b5dd1b2f5 PR: https://github.com/44ai-labs/vllm/tree/llguidance-additional-properties

So, unfortunately, I cannot share the exact prompt as we use sensitive user data. * I tested multiple prompts, and it only happened for prompts with more than 8192 (I...