Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Anonymous1234343/LLM-security
https://github.com/Anonymous1234343/LLM-security
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Anonymous1234343/LLM-security
- Owner: Anonymous1234343
- Created: 2024-02-02T14:47:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T14:21:05.000Z (11 months ago)
- Last Synced: 2024-02-13T18:30:42.641Z (11 months ago)
- Language: Python
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-LLM4Security - LLM-security
- Awesome-LLM4Security - LLM-security
README
# LLM-security
This is an anonymized version of the main repo containing all the code used in the USENIX submission paper.
## Python environment
In case you need to install Conda and are on **linux**, you can run
```sh
source config.sh
```which will install [mini-forge](https://github.com/conda-forge/miniforge), and create the required environment. In case you already have Conda installed, simply run:
```sh
conda env create -f requirements.yaml
```to create the computing environment.