Nick Mazurkin

Results 4 comments of Nick Mazurkin

Hi, thank you for reporting. What is Java version?

also more complicated bean: ``` record MyRecord(int total, Collection samples) { MyRecord(int total, int used) { Preconditions.checkArgument(total >= 0); this.total = total; Preconditions.checkNonNull(samples) Preconditions.checkArgument(samples.size()

Solved with `os.environ["CUDA_VISIBLE_DEVICES"] = "0"` (I am lucky yo have 2 GPUs) https://github.com/huggingface/trl/issues/2338 Just for your information, please close the ticket as resolved. Thank you for the book