Paul
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...
Closes #32
@bdqnghi would it be useful if u could select more than one metric? If u could provide me with an answer to the issue #36 i could add that to...
@crarojasca are u installing the package from pip or from github?
Hey @muditbhargava66, I would like to use this repo for my research too, is there any update regarding this and the other issues? would it be possible to share your...
@matthchr I’m sorry for the late response but I was busy the last two weeks. The following is a reconstruction of the issue I had with the sample of the...
To my understanding you can create a database with `RoleOptionsSpec` by providing the `createDb: true` field. But I haven’t found an option to specify an owner or users who should...
Thank you for the clarification. The summary of my request is correct. In addition, it would be nice to achieve this behaviour for multiple users.
Hey, I'm not sure if I'm in the right place or if I've misunderstood, but could someone advise me on how to handle the following example? ```python class A: pass...