Jules Gagnon-Marchand

Results 20 issues of Jules Gagnon-Marchand

Link at https://github.com/pltrdy/rouge/blob/master/rouge/rouge_score.py#L345 is broken

Typeguard https://github.com/agronholm/typeguard makes it very easy to add annotation-based type checking that uses the full gamut of what `typing` offers, with just a decorator, for example. Using the type checking...

Right now, the background color of transparent images is made white automatically. It would be nice if one could input an RGB value as a command-line argument to specify a...

feature request
help wanted
good first issue

Hello, I was wondering if you were able to train the 1.5B model or the large model on TPUs? Afaik it's too large to fit. I would really like to...

### Feature request Tensor dicts have recently come out as a way to manipulate dicts of tenors in a way that is analogous to pandas, eg to make it easy...

### Feature request If `ACCELERATE_DEEPSPEED_ZERO_STAGE` == 3 and generate is called without `synced_gpus`, it would be reasonable to warn the user that if they're doing a distributed call to generate...

Any reason why https://github.com/artidoro/qlora/blob/cc488110b5ea23594a418daca7085000a9420625/qlora.py#L296 is different from https://github.com/artidoro/qlora/blob/cc488110b5ea23594a418daca7085000a9420625/qlora.py#L279 ? It gives float32 to `torch_dtype` in the case of fp16.

Defaults to the value of the self.table when the default value of None is unchanged. It seems like the Column constructor didn't receive a `highlight` value, so I guess that...