-
### 🐛 Describe the bug
There is no fake implementation or meta kernel for the Communication Operator. If I want to contribute to this feature, what can I do? Are there any examples that I can refer…
-
Hi! I was studying Geometric GNN and trying to use your network to predict one paticular property. My dataset was in **cif** form. However when i added `--file_format cif` to make the network predict …
-
### Description
When trying to run Unsloth fine-tuning script, encountering a Triton compilation error related to ReduceOpToLLVM.cpp.
### Error Message
```
python /data/ephemeral/home/unsloth_ex…
-
### 🐛 Describe the bug
I copied this code from this tutorial: https://pytorch.org/tutorials/prototype/nestedtensor.html and elementwise sum, subtraction, etc. is supposed to be supported yet I get …
-
I'm writing this issue to gauge support for index maps, which define a virtual indexing space alongside a physical storage space. These can be useful to define batched and diagonal sparse arrays. An i…
-
### 🐛 Describe the bug
I adopts a pipeline example training from the original Pippy's repo, and it seems like I cannot run it. Here is my code
# Copyright (c) Meta Platforms, Inc. and affiliates
…
-
Hello,
I just found the SGD with momentum optimizer can be improved through the following modifications:
The original codes are:
``` python
pre_trunc = nabla_vector.v * rate.v
k = max(nabla_vect…
-
序:我因为这个项目受了不少折磨,也不清楚为什么这个Github项目的issue这么少,所以我能得到的帮助很少。我在成功地运行这个项目后,决定写下这个教程帮助后来人。
Preface: I was troubled a lot because of this project, and I don't know why there are so few issues in this …
-
I just found the `ConcurrencyError` when I tested the [main branch of scikit-image](https://github.com/scikit-image/scikit-image/commit/10bd6c40f82e437f4ff2ca946577125cbb43d8b2). I'm not sure if it is…
-
### 🐛 Describe the bug
When exporting my transformer model with torch.onnx.export(... dynamo=True, ...), any sequence length >= 2 gives the error. Sequence length 1 works but does not support dynam…