meta-llama / PurpleLlama

Set of tools to assess and improve LLM security.
Other
2.73k stars 453 forks source link

Set execute permissions on download script #22

Closed carljparker closed 7 months ago

carljparker commented 7 months ago

The download.sh doesn't have the execute bit set. Therefore, the user won't be able to run the script per the instructions. This PR sets the execute bit on the script.

mbhatt1 commented 7 months ago

dup of https://github.com/meta-llama/PurpleLlama/pull/17 ?