-
### Data error computation
This is partly an issue (problematic default behaviour), and partly a discussion (error calculation).
#### Issue: Problematic default behaviour
In `pygimli.framewor…
-
Hello, when I execute HXN, the following error will be reported, may I ask you how to solve it?
Thanks for your help. Wish you a good day.
```
AssertionError:
Not equal to tolerance rtol=0.005, …
-
I copied the above straight from the macOS man page so on Linux there might be some functions not present. Please take that into account, thanks.
-
All negative DECIMAL, NUMERIC and DECFLOAT numbers in result sets are truncated to negative integers in fetch_array, fetch_assoc, fetch_object. The problem does not happen in fetch_row/result, where …
-
**Describe the bug**
Pythia model outputs don't exactly match the Huggingface Transformers implementation.
**Code example**
```
def check_similarity_with_hf_model(tl_model, hf_model, atol, promp…
-
### System Info
```shell
optimum: 1.7.3
python: 3.10.10
OS: Linux Ubuntu 22.10
ORT-GPU: 1.14.1
Pytorch: 2.0.0
transformers: 4.27.4
```
### Who can help?
@michaelbenayoun @fxmarty
…
-
Test coverage has some gaps, and at least one bug has been hidden by it (#235)
**electrostatics.jl**
- [ ] [`*(a::Float64, ews::GGEwaldSum)`](../blob/master/src/electrostatics.jl#L31)
**energ…
-
I was expecting the following code print two `true`s.
```
using LinearAlgebra
siz = 8
base_space = qr(randn(Float64, siz, siz)).Q
phases = rand(siz)
signs = Diagonal(phases)
A = base_space*sign…
-
Context: updating `jax` in nixpkgs: https://github.com/NixOS/nixpkgs/pull/291705#issuecomment-2095894365
One of the `jaxopt` tests fail when ran with the latest `jax` (0.4.26):
```
============…
-
### Describe the issue
We have successfully built ONNX Runtime Python wheels targeting the RISC-V architecture, using both the cross-compilation process outlined in the documentation and an emulated …