Art

Results 8 issues of Art

Hey folks, Used a personal access token as authentication, yet it does not work through python. No issues when using same token with curl, however here is the issue when...

Hi, The 2.2 release of Torch added a great integration to speed up transformer attention based architectures. > FlashAttentionV2 backend for scaled dot product attention An example of how it...

A handy tool provided in Torch that I think would make a great addition to the bindings is the [CUDAGraph](https://pytorch.org/blog/accelerating-pytorch-with-cuda-graphs/) support. You can see the header file [here](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/cuda/CUDAGraph.h). What are...

I am building something using this library and have a need for a struct similar to the state structs provided by this lib but something that implements deserialize. I think...

**Is your feature request related to a problem? Please describe.** This basically relates to the fact that the bridge as of now is not fully tested because we need to...

enhancement
help wanted
good first issue
tests

**Is your feature request related to a problem? Please describe.** Ideally we would be able to use light groups as well as individual lights. **Describe the solution you'd like** Ideally...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** The crate needs better documentation. Things like the top level of the crate are not documented. It also needs some...

documentation
enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** Configurating bridges from the existing constructors is a bit cumbersome. Ideally we'd have a more convenient storage format. **Describe the...

enhancement
help wanted
good first issue