File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ git clone https://github.com/SecurityLab-UCD/alpharewrite.git
3131cd alpharewrite
3232
3333stack 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
3636cd ..
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
5151To 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
5555uv 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
6969curl -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
7171uv run ollama_pull.sh # install required models
7272```
7373
You can’t perform that action at this time.
0 commit comments