Skip to content

Commit

Permalink
Added Llama install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBorra committed Jul 28, 2023
1 parent 00028cd commit 0ca8970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The results are exported in a CSV file, which includes columns specifying the LL
`cp .env.example .env`
And enter your open_ai_key

To use the llama-2 models, you first need to apply for access to the llama-2 models via e.g. https://huggingface.co/meta-llama/Llama-2-7b-chat-hf Once accepted, get a hugging face auth token https://huggingface.co/settings/tokens and then run `huggingface-cli login` on the command line, filling in the generated token.

## Run
`streamlit run PromptCompass.py`

Expand Down

0 comments on commit 0ca8970

Please sign in to comment.