Skip to content

Commit fb72d9e

Browse files
committed
Move to structuredllm org
1 parent a42c7fb commit fb72d9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pip install syncode
6060
Alternatively, 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

219219
Clone 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

224224
To run the tool with CLI, use the following command:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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,

syncode/parsers/grammars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These grammars construct parsers that filter out incompatible tokens during the
66
Creating 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

0 commit comments

Comments
 (0)