-
Hello;
After reading one blog post I will recommend that you read the art of Unix programming as a testament to why Unix was valuable and why the most successful open source software project the …
-
Thanks for this great package!
I've noticed that the existing packing/unpacking only works with certain dtypes. FSDP requires all the params to be float dtype for sharding, so are there any plans t…
-
https://github.com/NVIDIA/TransformerEngine/blob/1bb8b6ebae1ecadd7d817d572245ce5243166d32/transformer_engine/pytorch/module/layernorm_mlp.py#L499
`fwd_scale_inverses` are saved for bwd. Is there any …
-
Some of the current problems being used for benchmarking usually result in program authors using a library to do much of the work. Examples of this are the edigits and pidigits problems that usually r…
JZerf updated
2 years ago
-
## Bevy version 0.12.1
## Relevant system information
- Rust version: `cargo 1.74.1 (ecb9851af 2023-10-18)` (but also able to reproduce on `cargo 1.76.0-nightly (1a2666ddd 2023-12-17)`)
- macOS…
-
Should be super easy. The harder part is to add Xenium toy dataset for unit testing.
-
Hi,
thanks to your great work, I am just copy the pmf code and use it in refinement of the example code of PyFM, it seems the code doesnt work.
![IMG_20231214_185435](https://github.com/alexanderb…
-
Thanks for creating the package.
I am facing difficulty creating kernel models EMM, EMDs, RMMM and RNMDs based on the toy data set in the package. I am receiving error message: length of 'dimnames…
-
Toying with [q](https://github.com/natesales/q) installed in Termux, I've stumbled upon a crash in Rethink when I try to run it pointing at an external DNS server:
```shell
$ q @9.9.9.9
```
``…
-
Been toying around with ps2sdk to port a modern C++ project. That one uses `steady_clock` to count time and I noticed that sometimes, value returned by that would sometimes be smaller than a value ret…