-
Hi,
Great library, really appreciate all the work that's gone into it!
I noticed the documentation for default_collation_fn disagrees with the actual function. Specifically the doc string says …
-
Since 0.29, `Account::try_from` signature changed from
```rust
fn try_from(info: &AccountInfo> {
```
to
```rust
fn try_from(info: &'a AccountInfo> {
```
If I have an owned `AccountInfo) {
…
-
The bwd and fwd_bwd tests for layer_norm failed.
Error string is `RuntimeError: This backward function was compiled with non-empty donated buffers which requires create_graph=False and retain_grap…
-
Hi, thanks for making this tool available.
I tried running the import process against our dataset and it failed in a few places, e.g.
- When `mapTarget` is not specified in a [simple map referen…
-
```
variant='diffusion_transformer_384p' # For low resolution
model_path = "/content/Pyramid-Flow" # The downloaded checkpoint dir
model_dtype = 'bf16'
device_id = 0
torch.cuda.set_…
-
### Describe the question.
I’m encountering an issue while running a DALI pipeline with GPU-only decoding. The pipeline works when the fn.decoders.image operator is set to "mixed" mode, but it fails …
-
It would be useful if the LanguageExtensions transform feature Fn::ForEach was supported with SAM CLI.
The [documentation for the LanguageExtensions transforms](https://docs.aws.amazon.com/AWSCloud…
-
For context: https://doc.rust-lang.org/beta/std/primitive.fn.html
https://github.com/allaboutevemirolive/trees-rs/blob/a5a90585bfd48f26552ddd1e81f1cc6876c9bb05/src/config/registry.rs#L30-L56
-
### 🐛 Describe the bug
this simple code:
```python
import torch
def fn(x):
a = torch.cos(x)
b = torch.sin(a)
return b
new_fn = torch.compile(fn, backend="inductor")
input_tensor …
-
I think it would be useful to have in `geo` helper functions to convert arbitrary objects that implement geo-traits to `geo` objects. That is, vendoring [this code from geoarrow-rs](https://github.com…