Paul

Results 3 comments of Paul

Even after update the deps to the src from github I got the same error. ```bash pip install -q -U git+https://github.com/huggingface/transformers.git pip install -q -U git+https://github.com/huggingface/peft.git pip install -q -U...

I got it working with changing `fp16` to `False` in the `codet6.yaml` config file for training. While I don’t think that this is the right solution, I could be helpful...