Skip to content

Commit b7a8c7f

Browse files
authored
Update README.md
1 parent 30c5bc6 commit b7a8c7f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ git clone https://github.com/SecurityLab-UCD/alpharewrite.git
3131
cd alpharewrite
3232

3333
stack build
34-
stack exec alpharewrite-exe 1 TF-Bench.json > TF-Bench.pure.json
34+
stack exec alpharewrite-exe 1 ../tfb.json > ../tfb.pure.json
3535

3636
cd ..
3737
```
3838

39-
For details, please refer to the README of [alpharewrite](https://github.com/SecurityLab-UCD/alpharewrite).
39+
For details, please take a look at the README of [alpharewrite](https://github.com/SecurityLab-UCD/alpharewrite).
4040

41-
## Download Pre-build Benchmark
41+
## Download Pre-built Benchmark
4242

43-
You can also download our pre-build benchmark from [Zenodo](https://doi.org/10.5281/zenodo.14751813).
43+
You can also download our pre-built benchmark from [Zenodo](https://doi.org/10.5281/zenodo.14751813).
4444

4545
<a href="https://doi.org/10.5281/zenodo.14751813"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14751813.svg" alt="DOI"></a>
4646

@@ -51,7 +51,7 @@ You can also download our pre-build benchmark from [Zenodo](https://doi.org/10.5
5151
To run single model:
5252

5353
```sh
54-
export OPENAI_API_KEY=<OPENAI_API_KEY> # make sure your API key is in environment
54+
export OPENAI_API_KEY=<OPENAI_API_KEY> # make sure your API key is in the environment
5555
uv run main.py -i TF-Bench.json -m gpt-3.5-turbo
5656
```
5757

@@ -67,7 +67,7 @@ We use [Ollama](https://ollama.com/) to manage and run the OSS models.
6767

6868
```sh
6969
curl -fsSL https://ollama.com/install.sh | sh # install ollama, you need sudo for this
70-
ollama serve # start your own instance instead of system service
70+
ollama serve # start your own instance instead of a system service
7171
uv run ollama_pull.sh # install required models
7272
```
7373

0 commit comments

Comments
 (0)