-
### 🐛 Describe the bug
I am trying to build a custom pytorch docker image.
When I run the command `PYTHON_VERSION=3.10 PYTORCH_VERSION=2.4.0 CMAKE_VARS="USE_CUDA=1,USE_CUDNN=1,BUILD_PYTHON_ONLY=1,…
-
### 🐛 Describe the bug
I noticed that the following line (presumably called upon first compilation) create child processes that never terminate. This cause problems as (CPU) memory released in the …
-
### Accuracy check results of `torchbench` models based on triton 3.0.0 (6 test scenarios in total)
Test mode: `inference` and `training`
Test datatype: `amp_bf16` `amp_fp16` `float32`
#### This …
-
### Accuracy check results of `timm` models based on triton 3.0.0 (6 test scenarios in total)
Test mode: `inference` and `training`
Test datatype: `amp_bf16` `amp_fp16` `float32`
#### This issue …
-
### Your current environment
PyTorch version: 2.3.1a0+git4989238
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC vers…
ligjn updated
1 month ago
-
Hi,
i got an error at step 6. Train the model at last block - run {command}
File: 3. Training and Detection.ipynb
Thanks for any help.
2024-02-23 10:14:17.202551: E external/local_xla/xla/stre…
-
### 🐛 Describe the bug
if out variant of torch.add causes error if inputs are scalar and out is tensor with 0d
### Error logs
```
Traceback (most recent call last):
File "/tmp/add.py", line 14,…
-
Running locally `lintrunner --force-color --all-files` (like is done in the CI job fails with the following:
Full env:
```bash
$ python torch/utils/collect_env.py
Collecting environment informa…
-
### System Info
tensorflow versions:
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorboard-plugin-profile==2.15.0
tensorboardX==2.6.2.2
tensorflow==2.15.0
tensorflow-cloud==0.1.16
t…
-
I tried to run the introduction notebook, but encountered the following error:
`---------------------------------------------------------------------------
TypeError …