-
Hi~
I meet a question RuntimeError: The size of tensor a (212) must match the size of tensor b (0) at non-singleton dimension 0,when I try to run code imputer.fit() and the dataset I used is heart.cs…
-
## Issue description
Trying computing the model jacobian using a keras model returns zeros
## Code example
```python
import keras
import torch
model = keras.Sequential(
[keras.layers.De…
-
### Feature request
Support of NestedTensor.
Conventional Tensor is dense.
For natural language tasks, we also need to pad input tensor with various length to the longest tensor so that it …
-
I've been trying to use pykeops to generate rows of a kernel matrix. However, when I change the kernel hyperparameter sigma from an int to a float (5 to 5.), the outputs become nan. Do the developers …
-
### 🚀 The feature, motivation and pitch
Connected to PR https://github.com/pytorch/pytorch/pull/132755
If to comment in lowerings.py:
torch.ops.higher_order.with_effects short circuit for wait_t…
-
Hello, I'm not sure if multi GPU is supported yet. I didn't find parameters for tensor parallel, and the "num_device_layers" parameter seems not work. Please let me know if it supports or has plans to…
-
This issue reports a potential memory leak observed when running NVIDIA Triton Server (v24.09-py3) with model-control-mode=explicit. The server seems to hold onto physical RAM after inference requests…
-
Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_tensor_dtype_complex&suite=CommTest) and the most recent trunk […
-
python test/distributed/_tensor/experimental/test_tp_transform.py TensorParallelTest.test_tp_transform_e2e (With V2 enabled)
**what is going on ?**
we hit this error:
RuntimeError: Attempting t…
-
Hi,
is the output_ids guaranteed to be exist in the returned dict?
I sometimes see
{'sequence_length': tensor([[1]], dtype=torch.int32), 'output_log_probs': tensor([[[0.]]]), 'cum_log_probs': tenso…