-
### Your current environment
```text
The output of `python collect_env.py`
```
PyTorch version: 2.3.1+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
…
-
### 🐛 Describe the bug
Generating .pte is failing at edge_program.to_executorch for default example.
https://pytorch.org/executorch/main/getting-started-setup.html
``` bash #
python export_add.…
-
```
Reported by Emiel v IJsseldijk:
op mijn computer heb ik een grote kans op een crashed van DeVIDE (nieuwe
versie) wanneer ik een script importeer via import, als dit script zelf ook
een import sta…
-
### 🐛 Describe the bug
OP: weight_norm_sparsifier_step functionality failed with parts of long config shapes on CPU.
Reproduce:
```
pip3 install torch
```
Please refer to https://github.com/…
-
### 🐛 Describe the bug
Currently, building Intel GPU for Windows requires sourcing Intel GPU development bundle for Windows to setup development environment for PyTorch. But the bundle contains `li…
-
### 🐛 Describe the bug
I am trying to apply `torch.compile` into vLLM, and I have met an issue that recompilation happens for each next token run. Thanks for the help from @anijain2305, I have narr…
-
### 🐛 Describe the bug
Found in PR #131065, where we enable tensor LR for all the optimizers.
After adding the tensor lr test sample to LBFGS sample inputs:
```python
OptimizerInput(
…
-
Hello Victor, I am using your code to do some college homeworks about Spam filtering. However, whenever i compile your code an error ValueError: Invalid dtype: str736. emerged. I have tried to search …
-
### Your current environment information
Unable to load nexfort.{extension} module. Is it compatible with your PyTorch installation?
Collecting environment information...
PyTorch version: 2.4.0+cu1…
-
### 🐛 Describe the bug
1. https://github.com/intel/torch-xpu-ops/issues/261 - closed
2. Tensor isn't pinned with DataLoader(..., pin_memory=True,..)
command:
```python
PYTORCH_ENABLE_XPU_FALLBA…