-
### 🐛 Describe the bug
Hi,
I have a dataset in TFRecords format and am trying to move to TorchData's API for loading tfrecords files.
This is the minimal example:
```python3
datapipe1 = Iterabl…
-
### 🐛 Describe the bug
>>> import torch
>>> torch.cuda.set_device(gpu_id)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'gpu_id' is not defined
>>> torch.cuda.set_dev…
-
The CUDA 11.0 build in #56 bloats the wheel package size from 85.5 MB to 216.5 MB. Needs to investigate file size reduction.
-
### 🐛 Describe the bug
Issue summary:
As part of process to add CUDA ARM nightly wheel, we are seeing long build compilation time. Needs ~5hrs to compile https://github.com/pytorch/pytorch/actio…
-
Hello,
I realize it might be too early for Windows support, but I didn't see an existing issue on this.
In case it hasn't been tested yet, I just wanted to point out that I encountered the following…
-
Every time i try to use it , i get the same error , and no , my file doesn't have spaces or underlines in it's name .
Traceback (most recent call last):
File "D:\RVC0813Nvidia\infer-web.py", lin…
-
### 🐛 Describe the bug
I was following the tutorial to build qnn_executor_runner for Android as outlined below:
```
cd $EXECUTORCH_ROOT
mkdir build-android
cd build-android
# build executorch …
-
### Describe the issue
I am attempting to export a model from HuggingFace from PyTorch to Onnx. After exporting the model, I am trying to confirm the outputs are still correct however it appears that…
-
Looks like `double2` is a native type in CUDA, so when Pennant defines it in `Vec2.hh` we run into trouble.
```
In file included from /usr/local/cuda-11.2/include/driver_types.h:59,
…
-
For CUDA it's possible we can track allocations by intercepting `cudaMalloc()` and friends. This would need to be tracked and reported separately than CPU memory.
https://docs.nvidia.com/cuda/cuda-…