-
### 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
…
-
Hi,
I am following the article at https://learn.arm.com/learning-paths/servers-and-cloud-computing/pytorch-llama/pytorch-llama/
but at step
```
python torchchat.py export llama3.1 --output-dso-p…
-
### Please describe your problem in detail
I'm trying to start a pytorch training using volcano and pytorch plugin. I have 2 nodes, each with 8 gpus.
I found that volcano sets WORLD_SIZE = 2, RANK …
-
### 🐛 Describe the bug
Following [https://github.com/pytorch/executorch/blob/main/examples/models/llava/README.md](https://github.com/pytorch/executorch/blob/main/examples/models/llava/README.md) I e…
-
## 🐛 Bug
new built GPU docker image for PyTorch/XLA 2.5 with `r2.5` branch, passed `import torch_xla`, passed `PJRT_DEVICE=CPU python test/test_train_mp_mnist.py`, failed at mnist test with `PJRT_D…
-
## Fix the model test for `moco.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md)
2. Run …
-
我是一名学生,想要复现文章的代码,我按照代码中的注释使用 BrainGNN_Pytorch 项目中的 01-fetch_data.py 下载了 ABIDE 数据集的 pipeline: cpac,atlas: ho 的数据,将下载的数据放在了 ./input/data/ 文件夹,我将 Phenotypic_V1_0b_preprocessed1.csv 中创建了 Group 列,等于 DX_GRO…
-
## The bug
Importing torch raises `undefined symbol: iJIT_NotifyEvent` from `torch/lib/libtorch_cpu.so: ` when pytorch and MKL 2024.1+ are installed together. Downgrading MKL to 2024.0.0 resolves it.…
-
### System Info
- `transformers` version: 4.44.2
- Platform: Windows-10-10.0.22631-SP0
- Python version: 3.9.13
- Huggingface_hub version: 0.24.7
- Safetensors version: 0.4.5
- Accelerate vers…
-
The following repro produces a CUDA tensor instead of a CPU tensor.
```
def test_cpu_add():
inputs = [torch.tensor(2.0, device="cpu", dtype=torch.float)]
def fusion_func(fd: FusionDefinition…