-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
Is there a strict requirement for GPUs that support flash_attention? I tried to test on V100, but this GPU does not support flash_attention, resulting in an error with the Runtime Error: No available …
-
I execute `python run_train_slotGAT_on_all_dataset.py` with PubMed dataset got the following error, how could I fixed it?
/opt/conda/conda-bld/pytorch_1699449183005/work/aten/src/ATen/native/cuda/I…
-
`aten.constant_pad_nd.default` currently not support lowering to `ttnn.pad` if its input rank > 4
or it will `TT_THROW Tensor rank is greater than 4`
btw, there's no rank > 4 case in models, so I th…
-
It is not necessary for the package to be located in get_python_lib.
For example, when compiling PyTorch from source using python3 setup.py develop, the package is located directly in the source fo…
-
Hello author, I tried to reproduce the training process but encountered the following issues.
command
cd code
python train_bit.py ....
../aten/src/ATen/native/cuda/Distributions.cu:50: operat…
-
Hello, thanks for sharing your work. My environment is Python 3.8, Pytorch 1.7.1 with Cuda 11.0 and MinkowskiEngine v0.5.4.
When I run "sh demo.sh", the line 56 of demo.py "gg, cloud = anygrasp.get_g…
-
When trying to convert `aten.amin/amax` to `ttnn.min/max`, we ran into the issues below with tt-metal and currently don't support them:
- [ ] `keepdim = false` isn't supported in tt-metal
- [ ] Re…
-
Hi,
I got an error "RuntimeError: CUDA error: device-side assert triggered" when I was running multiple GPUs,
my command is as follows:
python -m lm_eval --model hf \
--tasks xxxx \
…
-
When I execute the command `bash scripts/gsm8k/generate.sh`, I used `set_trace` to debug the `_sample_tokens_with_calculator` function. An error occurs when executing the following line:
```
../at…