File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pip install syncode
6060Alternatively, you can install the latest development version directly from GitHub:
6161
6262``` bash
63- pip install git+https://github.com/uiuc-focal-lab /syncode.git
63+ pip install git+https://github.com/structuredllm /syncode.git
6464```
6565
6666#### Version Compatibility
@@ -218,7 +218,7 @@ export HF_ACCESS_TOKEN="your_huggingface_api_key"
218218
219219Clone this repository:
220220```
221- git clone https://github.com/uiuc-focal-lab /syncode.git
221+ git clone https://github.com/structuredllm /syncode.git
222222```
223223
224224To run the tool with CLI, use the following command:
Original file line number Diff line number Diff line change 2424 description = "This package provides the tool for grammar augmented LLM generation." ,
2525 long_description = long_description ,
2626 long_description_content_type = "text/markdown" ,
27- url = "https://github.com/uiuc-focal-lab /syncode" ,
27+ url = "https://github.com/structuredllm /syncode" ,
2828 include_package_data = True ,
2929 packages = setuptools .find_packages (),
3030 install_requires = requirements ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ These grammars construct parsers that filter out incompatible tokens during the
66Creating grammar for SynCode requires a solid understanding of Lark EBNF grammar. Here's how you can get started:
77
88- Read Lark's grammar documentation [ here] ( https://lark-parser.readthedocs.io/en/latest/grammar.html ) .
9- - Review existing grammars for SynCode [ here] ( https://github.com/uiuc-focal-lab /syncode/tree/main/syncode/parsers/grammars ) .
9+ - Review existing grammars for SynCode [ here] ( https://github.com/structuredllm /syncode/tree/main/syncode/parsers/grammars ) .
1010
1111### LALR(1) or LR(1) Grammars
1212
You can’t perform that action at this time.
0 commit comments