Poedator

Results 14 issues of Poedator

Hi! This is a great and very helpful project. Works perfect for reading parameters. I can set some parameters (like `setTempWWsoll`) but not able to set `setPumpeStatusZirku`. When I send...

this is a Feature Request to implement custom 4D mask for Llama (and possibly any other model) similar to https://github.com/huggingface/transformers/pull/27539

Apparently there is an issue of forking before initialization of the MPFuture handler. It happens when running private hive under WSL. No such problem happens when runnging pure linux or...

bug

the link from README.md to https://github.com/Franck-Dernoncourt/NeuroNER/blob/master/data/conll2003/en is not working. it is from this para: _"We provide several examples of datasets: [data/conll2003/en](https://github.com/Franck-Dernoncourt/NeuroNER/blob/master/data/conll2003/en): annotated dataset with the CoNLL-2003 format, containing 3 files...

### System Info somehow BnB likes to bring with it libs for all possible cuda versions. It makes it the largest lib in my env after torch, with 300+ Mb...

### Describe the bug When loading model and making error in capitalization, like "facebook/OPT-125m" vs "facebook/opt-125m", the model gets downloaded anew and saved into a folder with wrongly capitalized name....

bug

fixes issue #536 edited calls to mask methods consistently with https://github.com/huggingface/transformers/pull/27086

this is an attempt to rebase #29930 started initially by @gante Fixes the issue raised by @poedator in https://github.com/huggingface/transformers/pull/29753#issuecomment-2014530814. Causal mask is now of shape [..., seq_len, full_len], as opposed...

current code is not compatible with transformers 4.39 + because of changed rotary functions. Fix: copied these functions from transformers==4.37.2