File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11recursive-include syncode/parsers/grammars *.lark
22recursive-include syncode/larkm/grammars *.lark
3+ recursive-include syncode/evaluation/mxeval *.py *.json *.yaml *.md
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ SynCode depends on HuggingFace [transformers](https://github.com/huggingface/tra
6969
7070| SynCode version | Required transformers version | Python version |
7171| -------------- | ----------------------------- | -------------- |
72- | ` v0.4.3 ` (latest) | ` v4.44.0 ` | 3.6 - 3.12 |
72+ | ` v0.4.4 ` (latest) | ` v4.44.0 ` | 3.6 - 3.12 |
7373
7474** Note:** Python 3.13 is not currently supported due to dependency constraints.
7575
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " syncode"
7- version =" 0.4.3 "
7+ version =" 0.4.4 "
88requires-python = " >=3.6,<3.13"
99description = " Grammar-guided code generation tool"
1010readme = " README.md"
Original file line number Diff line number Diff line change 1818
1919setuptools .setup (
2020 name = "syncode" ,
21- version = "0.4.3 " ,
21+ version = "0.4.4 " ,
2222 author = "Shubham Ugare" ,
2323 author_email = "shubhamugare@gmail.com" ,
2424 description = "This package provides the tool for grammar augmented LLM generation." ,
3434 "License :: OSI Approved :: MIT License" ,
3535 "Operating System :: OS Independent" ,
3636 ],
37+ package_data = {
38+ "syncode.evaluation.mxeval" : ["*.json" , "*.py" ],
39+ },
3740)
You can’t perform that action at this time.
0 commit comments