-
I noticed this from the latest CI run of @IvanYashchuk's https://github.com/Lightning-AI/lightning-thunder/pull/1371. Apparently, it failed in some pre-segmenter pass.
Repro:
```python
# CUDA device…
-
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable
Thanks in advance.
---------------------------------------
python: 3.9
pytorch: 2.1.0
cuda: 12.1
gcc: 7.5.0
FAILED: CMakeFiles…
-
### 🐛 Describe the bug
https://github.com/microsoft/DeepSpeed/issues/6673
try install deepspeed . on torch 2.5.0-cuda
then
running build_ext
```error
D:\my\env\python3.10.10\lib\site-packages…
-
## Summary
Repro script
``` Python
import torch
import torch.nn as nn
import torch.nn.functional as F
q = torch.randn(1, 16, 1, 64, device="cuda", dtype=torch.bfloat16, requires_grad=True)…
-
### Context
OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in [OpenVINO opset…
-
Currently, we only track the number of dimensions in the Tensor struct. Tracking the dtype of the tensor would also be useful information to track.
Reference: https://github.com/NVIDIA/Fuser/blob/mai…
-
# device information
```top 4.2.12(c)2024,Raffaello Bonghi [raffaello@rnext.itWebsite: https://rnext,it/jetson stats
Platform
Serial Number: [s|XX CLICK TO READ XXX]
Machine: aarch64
Hardware
Sy…
-
Package: libtorch:x64-windows@2.1.2#7
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.41.34123.0
- vcpkg-tool version: 2024-10-18-e392d7347fe72dff56e7857f7571c22301237ae6
vcpkg-s…
-
### Description
I'm trying to build OpenVINO as a static library along with any other dependencies due to the nature of my project. Unfortunately, TBB cannot be built statically, so I hope to use …
-
# 🚀 Feature Request
So far GP frameworks have only been done on scripting languages like Octave (GPML) and Python (GPy, GPFlow, etc.) It would be amazing to see GPytorch implement a C++ Frontend. W…
acxz updated
2 months ago