Skip to content

Commit

Permalink
README: mention cloning the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner committed Dec 11, 2023
1 parent 934c1cc commit cfd6223
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1 align="center">LVE Repository</h1>
<p align="center">
A repository of Language Model Vulnerabilities and Exposures (LVEs).
<br />
<br />print("\nMake sure you have cloned a copy of an LVE repository at this path.")
<br />
<a href="https://lve-project.org/">Browse LVEs</a>
·
Expand Down Expand Up @@ -68,6 +68,10 @@ Other ways to contribute include:
To reproduce and help verify an LVE, you can record instances of existing LVEs:

```bash
# make sure you have cloned a copy of the LVE repository
git clone git@github.com:lve-org/lve.git
cd lve

# run 'lve record' for an interactive prompting session
lve record repository/security/prompt_leakage/sys_prompt_leak_cipher/openai--gpt-35-turbo/
```
Expand All @@ -83,6 +87,10 @@ If you have found a model vulenerability or failure mode that is not yet covered
To create and submit a new LVE, follow these steps:

```bash
# make sure you have cloned a copy of the LVE repository
git clone git@github.com:lve-org/lve.git
cd lve

# prepare a new LVE directory
lve prepare repository/security/prompt_leakage/new_leak

Expand Down

0 comments on commit cfd6223

Please sign in to comment.