Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamugare committed Oct 31, 2023
1 parent 7c669f8 commit 48db0f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
> [!WARNING]
> This repository is currently under active development!
Check out and install mxeval:
```
git clone https://github.com/amazon-science/mxeval.git
pip install -e mxeval
```

To run the tool, use the following command:
```
python3 llm_cfg/infer.py --mode [original, grammar_mask, synchromesh] --model_size [7B, 13B] --quantize [True, False] --gpu [0, 1, 2, 3]
Expand Down

0 comments on commit 48db0f1

Please sign in to comment.