-
### What is the issue?
The Model being Deepseek Coder v2 16b q: 5_K_M
I provided a code block to the model and it started to produce gibberish. Whereas for any other model, it works fine.
![Screens…
-
Here are some micro julia benchmarks for Lorenz equations: https://github.com/Nicholaswogan/NumbaLSODA/tree/main/benchmark
With the best Julia methods, integrating to 100 seconds and interpolating …
-
After recently upgrading to:
Ubuntu 22.04
VSCode Version 1.86.2
julia version 1.10.1
The debugger in VSCode as well as Debugger.jl both crash when encountering julia code that has a call to CxxWra…
-
I try to compile the mpss-modules on the Kernel 4.15.
The make on gcc 5.2 give me that errors:
> make CC=/usr/bin/gcc-5 MIC_CARD_ARCH=k1om
> make -C /lib/modules/4.15.0-45-generic/build M=/home…
-
I wanted to allow for changing stop time and initial conditions in the Lorenz example. However, when adding the following code to the update function, I get trouble when updating integ:
`
prob…
-
Is there a way to omit type parameters? I think a lot of issues like https://github.com/JuliaLang/julia/issues/36026 are hitting great points, but they are missing the key issue with stack traces beca…
-
### Describe the bug
```markdown
Seems like TestMapIteratorAllocations is flaky.
=== FAIL: . TestMapIteratorAllocations (0.03s)
quicktest.go:12:
error:
values are not equ…
-
Running our test suite creates coverage information in `coverage.out`:
```
$ ./run-tests.sh 6.1
Fetching linux-6.1-amd64.tgz
Fetching linux-6.1-amd64-selftests-bpf.tgz
...
$ ls -lh coverage.ou…
-
https://buildkite.com/julialang/diffeqgpu-dot-jl/builds/1005#018cf3fe-98ac-455f-9065-0204cd3728dd
MWE:
```julia
using DiffEqGPU, SciMLBase, StaticArrays, LinearAlgebra
using Metal
backend…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48708](https://bugs.llvm.org/show_bug.cgi?id=48708) |
| Status | NEW |
| Importance | P enhancemen…