Cyril Vallez

Results 5 issues of Cyril Vallez

``` >>> urlexpander.is_short('https://act.gp/3F0yNFg')` >>> False ``` ``` >>> urlexpander.expand('https://act.gp/3F0yNFg') >>> 'https://action.greenpeace.org.uk/no-more-offsets?source=WA&subsource=NBRENAPEWA034K&utm_source=Whatsapp&utm_medium=Thank+you+page+share&utm_campaign=Shell+-+No+More+Offsets+-+Reactive+Lead+Gen+PE+20211027&utm_term=' ``` A quick check in the constant file confirmed that it is indeed not listed.

### Describe the bug From what I understand, individual `concurrency_limit` on event listeners should always take precedence over the global `default_concurrency_limit` (which is set to 1 by default). From the...

bug
pending clarification

# What does this PR do? Change the data structure and implementation of `DynamicCache` to **halve** the memory requirement in `generate()` at no noticeable speed degradation. ## Reason I was...

run-slow

# What does this PR do? This is the PR related to the discussion in #30860. I followed was has been done in `Jamba` and added support for the `num_logits_to_keep`...

# What does this PR do? Refactor Roberta using **modular**. It also improves the modular converter in the following ways: - If any decorators are used on top of classes/methods...