Transformers-cfg

Latest version: v0.2.5

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.6

What's Changed
* Add missing __init__.py to transformers_cfg/cli to ensure proper module inclusion by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/90
* Fix cli module not found error by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/91


**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
* Resolve Errors Preventing CLI from Running Correctly by gfesatidis in https://github.com/epfl-dlab/transformers-CFG/pull/88

New Contributors
* gfesatidis made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/88

**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.4...v0.2.5

0.2.4

What's Changed
* Support for local instances of llama 3 and changes to support reusing trie and homomorphism by MatthewChang in https://github.com/epfl-dlab/transformers-CFG/pull/74
* Support masking when embedding size is different from vocab size by x0wllaar in https://github.com/epfl-dlab/transformers-CFG/pull/83
* test: Added new test file to validate case where model'embedding has mismatch with tokenizer's vocab by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/85
* Unified cli by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/86

New Contributors
* x0wllaar made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/83

**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Refactor: Move can_stop and must_stop to AcceptState by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/79
* Switch to extracting version from __init__.py in GitHub workflow by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/80
* Use __version__ from __init__.py in setup.py by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/81
* Remove profiling decorator from GrammarConstrainedLogitsProcessor by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/82


**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* remove misc files and style by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/19
* Hotfix v0.2.0 by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/20
* raise error when unicode mode used with model other than GPT2 by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/22
* Smiles chemical by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/23
* Dev by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/25
* Cal flow by arinaruck in https://github.com/epfl-dlab/transformers-CFG/pull/26
* Adding pddl grammars by arinaruck in https://github.com/epfl-dlab/transformers-CFG/pull/28
* Update logits_process.py by returning a modified copy of a logit tensor by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/27
* add accept.py in example, which are used to check if a sentence is accepted by a grammar by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/33
* Fix bug in parsing hex char escapes by RadixSeven in https://github.com/epfl-dlab/transformers-CFG/pull/36
* add metrics to measure probability gain from constrained generation by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/38
* Fix unicode error by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/42
* Unicode escaping by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/39
* Benchmarking by arinaruck in https://github.com/epfl-dlab/transformers-CFG/pull/41
* Update vocab_struct.py to fix llama3 tokenizer by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/44
* Update logging_config.py by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/51
* Custom json grammars by arinaruck in https://github.com/epfl-dlab/transformers-CFG/pull/45
* Pipeline example by arinaruck in https://github.com/epfl-dlab/transformers-CFG/pull/43
* fix: update func api in debugging_custom_grammar.md by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/56
* Refactor tokenization interface by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/65
* Add support phi,bart, t5, mistral by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/66
* Check for presence of pretokenizers key when checking model type by MatthewChang in https://github.com/epfl-dlab/transformers-CFG/pull/61
* Add support phi bart t5 by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/68
* Add Meta-Llama-3 tokenizer support, enhance token handling and refactor tests structure by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/70
* Update latest news in README by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/71
* Add support for DeepSeek by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/73
* Add Support to Gemma2 by fillassuncao in https://github.com/epfl-dlab/transformers-CFG/pull/75
* Update README and requirements: by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/77

New Contributors
* arinaruck made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/26
* RadixSeven made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/36
* MatthewChang made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/61
* fillassuncao made their first contribution in https://github.com/epfl-dlab/transformers-CFG/pull/75

**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.0...v0.2.1

What's Changed
* add GitHub Actions workflow for PyPI releases by Saibo-creator in https://github.com/epfl-dlab/transformers-CFG/pull/78


**Full Changelog**: https://github.com/epfl-dlab/transformers-CFG/compare/v0.2.1...v0.2.2

v0.2.1-SketchGCD

0.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.