matoro
matoro
I also have the exact same network setup and am looking for a way to implement this! Did you ever find anything that would allow you to keep client source...
We also see this downstream in Gentoo: https://bugs.gentoo.org/926706
> @matoro can you test the latest release candidate? https://github.com/simd-everywhere/simde/releases/tag/v0.8.0-rc2 Just tried this, it's actually even worse with this RC, two additional failures not present before. The failures mentioned in...
I also ran into this and I think here's what's happening - `torch` is listed in `requirements.txt`, so when it gets installed, it pulls in the generic one without ROCM...
I worked around this by editing `requirements.txt` to specify the same `torch` version as the one installed by my system package manager. If I left it as just `torch`, it...
Also see this on python 3.11.7, cython 3.0.8.
Hi, I have a user who is reporting running into this issue. As stated in the report, they cannot see images that they send or receive, regardless of what client...
> What is alpha? It's a [DEC Alpha](https://en.wikipedia.org/wiki/DEC_Alpha) machine! I've seen issues show up here before due to (1) low clock resolution and (2) race conditions exposed by its slow...
One additional failure in 0.18.0. ``` ================================================================== FAILURES =================================================================== _______________________________________________ TestGauge.test_time_block_decorator_with_label ________________________________________________ self = def test_time_block_decorator_with_label(self): value = self.registry.get_sample_value self.assertEqual(None, value('g2', {'label1': 'foo'})) with self.gauge_with_label.time() as metric: metric.labels('foo') > self.assertLess(0,...
Hi, can I ask that this be reopened? This reproduces on i686 with the following versions: ``` pytest version: 7.4.3 scipy version: 1.11.3 numpy version: 1.26.1 pyamg version: 5.0.1 ```