-
Hello all,
I've created a model, with the "`ollama create neuralhermes -f Modelfile`" command and the content of my Modelfile is below:
```
FROM ./neuralhermes-2.5-mistral-7b.Q4_K_M.gguf
TEMPL…
-
### Describe your issue.
I am installing scipy from source on an HPC on top of python 3.11.6. The code builds without errors, but `scipy.test()` segfaults at `scipy/sparse/linalg/_eigen/arpack/tests/…
-
One of the things the [Good Scientific Code Workshop](https://github.com/JuliaDynamics/GoodScientificCodeWorkshop) teaches is writing good unit tests. I have to admit, Entropies.jl suffers from "bad t…
-
At present, the 'date' type is millisecond precision. For many log use cases, higher precision time is valuable - microsecond, nanosecond, etc.
The biggest impact of this is during sorting of search …
-
AMD OpenCL compiler used for RX 5700 XT with ROCM 4.0.1 sometimes generates invalid code for integer multiplication.
The self-contained example is here: https://github.com/develancer/amd-opencl-tes…
-
Each MIDI (and in turn `ScoreTick`) has a time division express in ticks per beat, which often ranges between 120 and 480 (multiples of 2, 3 and 4).
It could be useful for some users to provide a f…
-
_Issue [JP-3639](https://jira.stsci.edu/browse/JP-3639) was created on JIRA by [David Law](https://jira.stsci.edu/secure/ViewProfile.jspa?name=dlaw):_
Various other tickets exist describing the nee…
-
The original `math/rand` package had a number of flaws. Some of the flaws in the API have been addressed, such as the addition of the Source64 interface, but the most important issue remains: the defa…
-
**Submitting author:** @mullenkamp (Michael Kittridge)
**Repository:** https://github.com/headwaters-hydrology/olw2-sc008
**Branch with paper.md** (empty if default branch): main
**Version:** 3.22
**E…
-
One issue to discuss everything that's difficult to understand in current version of documentation.
Click to expand
>Channels are present in the audio device(?)
From .txt: "list of channe…