-
Trying to run this on the CLI on macOS:
```
insanely-fast-whisper --device mps --batch-size 2 --file-name chunk0.mp3
```
```
NotImplementedError: The operator 'aten::isin.Tensor_Tensor_out' is …
-
### Your current environment
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
### How would you like to use vllm
I used this script to start the server:
vllm s…
-
Here is how I set up conda environment
```terminal
$ conda create -n diss_cpu python=3.10
$ conda install -c rapidsai -c nvidia -c conda-forge cuml-cpu numpy-base=1.26.4
```
After I import cuml, here …
-
hi folks, im trying to use this model but i got an error while install requirements.txt:
pip install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/w…
-
### 🐛 Describe the bug
We found that the flops counter is reporting incorrect flops number for sdpa operations.
This issue is not in torch 2.4+cu121 release.
Repro code:
```
from torch.ut…
-
### Your current environment
```text
Collecting environment information...
/opt/conda/lib/python3.10/site-packages/transformers/utils/hub.py:124: FutureWarning: Using `TRANSFORMERS_CACHE` is deprec…
-
### System Info / 系統信息
```
PyTorch version: 2.4.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OneFlow version: path: ['/root/miniforge3/envs/py…
-
### Your current environment
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (U…
-
### 🐛 Describe the bug
I am having trouble working with torch.topk. Its behaviour is inconsistent. Here is the relevant code.
```
import torch
errors = torch.tensor([-0.1944, -0.1944, -0.1945,…
-
### 🐛 Describe the bug
- I am running a training code. It is running without any problem for 18853 iterations and then throwing this error. I have not written anything new at this point, the whole …