-
### 🐛 Describe the bug
when give the string parameter as input to set the device torch use,the hint shows that cpu is allow
``` python
import torch
torch.cuda.set_device("gpu:0") # it should b…
-
Hi everyone,
I can see there has been a recent effort to add more documentation on TGI, and I appreciate it. However, there are some sections that are misleading, for example:
**docs/source/concep…
-
First to say, I'm glad to see #583 which says mmengine is considering integration with 🤗 Accelerate library. There is a problem that it's hard to run mm repos like mmdet with multi gpus, multi nodes, …
-
### 🚀 The feature, motivation and pitch
We are an accelerator vendor and provide Pytorch extensions for our hardware MLU(https://github.com/Cambricon/catch). We would like to add a custom dispatch ke…
-
Related to **Model/Framework(s)**
PyTorch/Segmentation/nnUNet
**Describe the bug**
I am trying to run the example provided on the nnUNet. The code works fine when I use single GPU. However, if …
-
Hi all,
I have encountered the error below on while running the following line of "Lag_Llama_Fine_Tuning_Demo.ipynb",
`
predictor = estimator.train(dataset.train, cache_data=True, shuffle_b…
-
### 🐛 Describe the bug
For devices other than CPU or CUDA, method "method_type" of TensorVariable is handled incorrectly. See https://github.com/pytorch/pytorch/blob/960c3bff98a1a8b0f3c68eec764a507b7…
-
At some point `pytorch-lightning` will be deprecated in favor of `lightning`.
We can start migrating as well.
Addresses #2192.
- [ ] code base
- [ ] docs
-
TODO - test scripts with MariaDB, currently it is untested.
Feel free to post here if you test this or find bugs running the scripts as is on MariaDB
-
### Describe the bug
folder : speechbrain/recipes/LibriSpeech/ASR/seq2seq
python -m torch.distributed.launch --nproc_per_node=4 train.py hparams/train_BPE_5000.yaml --device='cuda'
When I perfor…