-
Platforms: asan, linux, mac, macos, win, windows
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_device_mode_ops_sparse_mm_reduce…
-
### 🐛 Describe the bug
when I prepare a llama2 exe file as https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#step-4-run-on-your-computer-to-validate description, however…
-
### 🚀 The feature, motivation and pitch
I am working on building a demo that using NV GPU as a comparison with intel XPU.
Additionally, I wonder if it's possible to distribute part of the computat…
-
Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_scatter_reduce_prod_cpu_float32&suite=TestInductor…
-
### 🐛 Describe the bug
The Mamba models in vLLM contain a user defined class `MambaCacheParams` which dynamo seems to be unable to process. The error can be reproduced running the following steps:
…
-
I am trying to use `uv` to add torch to my project's dependencies, but it fails. I am on macOS14.4.1 (ARM).
Here is a minimal repro.
```toml
[project]
name = "test"
version = "0.1.0"
requir…
-
- I am a bit confused what is depending on what. As far as I can see, pytorch depends on torchtriton, which in turn seems to depend on pytorch.
- Is there any difference between torchtriton and trit…
-
Platforms: asan, linux, mac, macos, win, windows
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_device_mode_ops_sparse_mm_reduce…
-
### Describe the bug
I tried to train the flux-dev model with Lora on A100 40GB. But it raises the CudaOutOfMemory exception.
### Reproduction
```
# Accelerate command
export MODEL_NAME="bl…
-
**Describe the bug**
I tried to use the `max_run` parameter of `sagemaker.pytorch.estimator.PyTorch` to define the max run time in seconds, but it doesnt work. See the attached screenshot for an exam…