-
### 🐛 Describe the bug
```py
t = torch.tensor([1,2,3,3,4,5,6,7,8], dtype=torch.float)
torch.histc(t, 5, 7, 7)
```
The output given by above code:
```sh
tensor([2., 2., 2., 1., 2.])
```
Acc…
-
### Your current environment
pip3 install vllm==0.4.2 nvidia-ammo==0.7.1
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: …
-
### Email (Optional)
_No response_
### Version
1.1.2
### Which OS(es) are you using?
- [ ] MacOS
- [ ] Windows
- [ ] Linux
### What happened?
7 hrs ago, `torchdata` updated to 0…
-
### 🐛 Describe the bug
amp static shape cpp wrapper
suite
name
thread
batch_size_new
speed_up_new
inductor_new
eager_new
compilation_…
-
## 🐛 Bug
```bash
print graph Graph(num_nodes=104818, num_edges=1150630,
ndata_schemes={}
edata_schemes={})
Exception in thread Thread-1 (thread_worker):
Traceback (most recent ca…
-
### 🐛 Describe the bug
```
import torch
tensor = torch.randn(23, 20, 34, 15)
tensor = tensor[:,:-3, :-2, ]
tensor = tensor.view(32, 15, 23, 17)
```
issues:
```
tensor = tensor.view(32, 15, …
-
## Environment
- OS: Ubuntu 22.04
## To reproduce
Steps to reproduce the behavior:
When using the `StreamingDataloader` (or the vanilla pytorch `Dataloader`) with `num_workers>0`, the proces…
-
### 🐛 Describe the bug
torch serve seems to randomly stop. its loading models happily, and then randomly stops without error logging. no errors at all in the log file (snippet below), and then upon r…
-
### 🚀 The feature
This issue is used to track TODOs in my mind for DevInfra:
### CI
- [x] Compare released git_version with the commit on the top of branch
- [x] Auto doc gen for RC release
-…
-
### Bug description
Pytorch-Lightning Trainer does not find TPU
### What version are you seeing the problem on?
v2.1
### How to reproduce the bug
1. Install torch_xla as guidance and t…