-
### 🐛 Describe the bug
I`m trying to deploy a image preprocessing program using executroch
Success to export the pte file.
But crash when executor_runner the pte file.
Anyone can help me?
My py…
-
**Describe the bug**
What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图)
The channel dimension is ambiguous. Got image shape (3, 672, 3). Assuming channels are the firs…
-
### 🐛 Describe the bug
If we generate AOTI shared library locally and use a docker container to run inference, it fails with the following error
```
Error: CUDA driver error: file not found
Traceb…
-
Hello, very nice video, and very nice tutorial on alternatives to langchain.
I am having troubles with haystack however, I tried to overcome dependency issues but couldn't get ingest.py to work pr…
-
-
**Description**
An `irfft` applied to a real-value `CuArray` somehow seems to cause a collect to a non-Cuda array:
**Example**
```julia
julia> using CUDA, FFTW
julia> irfft(CuArray(ones(6,10)),…
-
### 🐛 Describe the bug
it's happened when i run executor_runner with my pte model.
it seems failed on `torch.nn.BatchNorm2d` op.
here is the tracks:
```
./cmake-out/executor_runner --model_path…
-
I have this scenario:
I need a project that installs torch and torchvision ("torch==2.1.2", "torchvision==0.16.2") and a dependency ([piq==0.8.0](https://github.com/photosynthesis-team/piq)) that con…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch…
-
I had an issue in one of the services I work on, where it would use more and more memory until crashing. After some digging around I was able to reduce it to the following script:
```python
import a…