-
I am running into segmentation faults (SIGSEGV), most likely due to running out of libfabric contexts with SST RDMA transport. I am running a simple reader-writer scenario from your examples where I s…
-
```python
from jax import hessian
from jax.random import PRNGKey, gamma
key = PRNGKey(1)
hessian_sample = hessian(gamma, argnums=(1,))
# NotImplementedError: Differentiation rule for 'random_ga…
-
Hi,
While doing some research on image manipulation in PHP I came across [MozJPEG](https://github.com/mozilla/mozjpeg), a library that provides novel ways of carefully encoding JPEGs to reduce file…
-
### 🐛 Describe the bug
Currently, building Intel GPU for Windows requires sourcing Intel GPU development bundle for Windows to setup development environment for PyTorch. But the bundle contains `li…
-
Title: Decentralized Computing for Partitioning and Solving Hugging Face Models
Abstract:
This research proposal presents a novel approach to partitioning and solving Hugging Face models in a dece…
-
**Describe the bug**
Training fails on a TypeError: cannot unpack non-iterable float object. See below for details. Occurs in both local and hosted runtimes.
**To Reproduce**
Steps to reproduce t…
-
Here's a profile of a simplified benchmark case of NoFib's `bernoulli` after #8 has been fixed:
```
COST CENTRE MODULE SRC …
-
Usually I develop on the `stable` channel and wanted to see how [my project](https://github.com/paritytech/wasmi) performs on the upcoming `beta` or `nightly` channels. I saw [performance regressions …
-
Explore potential workload / heavy lift for [creating a new pysal submodule for spatial optimization (`pysal/spopt`?) and merging in `pysal/region` as a component](https://github.com/pysal/region/issu…
-
I haven't done any profiling so this is a rather generic issue, but the parser performance is rather slow. For example:
``` javascript
> function benchmark() {
... var jquery = require('fs').readFile…