-
### 🐛 Describe the bug
I pip upgraded torch from 2.0.1 to 2.1.2 and without any code changes I now run out of CUDA memory loading Mistral7B on NVIDIA GeForce RTX 3060 TI.
- From 2.0.1 to 2.1.2. Did …
-
### System Info
- `transformers` version: 4.44.0
- Platform: Linux-4.18.0-553.16.1.el8_10.x86_64-x86_64-with-glibc2.28
- Python version: 3.9.4
- Huggingface_hub version: 0.23.2
- Safetensors vers…
-
## 🚀 Feature
Discussion: Should the forward of LightningLite's `_LiteModule` wrapper convert the outputs back to default precision?
https://github.com/Lightning-AI/lightning/blob/a3258391416c8f9…
-
## 🚀 Feature
Calling all full-stack, backend, and frontend engineers to come build Lightning AI!!
### Motivation
I'm looking for awesome developers to join our team and revolutionize AI with …
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### Feature request
How to use hugginface for training / 如何使用huggingface来训练:
https://github.com/huggingface/transformers/tree/main/examples/pytorch/translation
#What is the format and how do I…
-
### System Info
- `transformers` version: 4.46.2
- Platform: Linux-5.15.0-120-generic-x86_64-with-glibc2.35
- Python version: 3.10.15
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.…
-
### System Info
```shell
* optimum==1.20.0
* on docker image `nvidia/cuda:11.7.0-devel-ubuntu20.04`
* torch==1.11.0+cpu
* transformers==4.41.2
* Python 3.8.10
```
### Who can help?
@michaelben…
-
Hey, I am unable to load the model from the huggingface checkpoint. Here is the code and the error:
```py
from DictMatching.moco import MoCo
from utilsWord.test_args import getArgs
from transfor…
-
Hello,
Regarding inplace modification of PyTorch tensors, there are already multiple (#254, #262, #272) issues. I would also like to point out that according to PyTorch docs for [mark_dirty()](https:…