-
An error occurred connecting to Discord: Could not find Discord installed and running on this machine.
Theme Applio successfully loaded.
Failed to launch on port 6969, trying again on port 6968...
…
-
I try to export ReDimNet model from pytorch to ONNX. Please help me this out. The code I use is :
```
import torch
model = torch.hub.load('IDRnD/ReDimNet', 'b3', pretrained=True, finetuned=False)
…
-
### Describe the bug
pytorch reference: https://github.com/pytorch/pytorch/issues/141079
repro:
```python
import torch
import triton
import triton.language as tl
from triton.compiler.…
-
### 🐛 Describe the bug
Using `torch.compile` with a function that operates on boolean tensors derived from comparisons of input tensors with differing underlying data types results in a type error. T…
-
Hello,
First of all thanks for developing this tool and making it available ! I'm trying to use crisperwhisper to annotate a naturalistic language production experiment in german. The files are 1mn…
-
Hello,
Firstly thank you for this amazing contribution :)
I have been trying to get a mesh extraction pipeline up and running, thus currently I have only been trying out GOF on the Mip-NeRF 360 sc…
-
### System Info / 系統信息
CUDA 12.2
transformers 4.44.0
python 3.10.2
torch 2.0.0+cu118
### Who can help? / 谁可以帮助到您?
_No response_
### Information / 问题信息
- [ ] The official example scripts / 官方的示…
-
Hello,
Thank you for developing this fantastic extension! I’m encountering an issue while running the regional prompt. Here’s the error I’m facing:
Error details:
For your reference:
I’m us…
-
### System Info
We tried with H100/A100 GPU machine both got the same issues.
transformers==4.46.1
torch==2.3.1+cu121
### Who can help?
@ArthurZucker
### Information
- [ ] The offi…
-
Hi
I recently trained an InductiveNodePieceGNN model and now want to generate embeddings for unseen nodes. To do this, I added a few new triples to the existing data and used the code below to retr…