Roman Lutz
Roman Lutz
#### Describe the issue linked to the documentation The following links show occurrences of the (since removed in #375 ) powershell scripts in our docs. https://github.com/search?q=repo%3AAzure%2FPyRIT+pct_to_ipynb&type=code https://github.com/search?q=repo%3AAzure%2FPyRIT+ipynb_to_pct&type=code #### Suggest a...
#### Is your feature request related to a problem? Please describe. We have lots of fetch methods for datasets in `pyrit.datasets`, see https://github.com/Azure/PyRIT/blob/main/pyrit/datasets/fetch_example_datasets.py However, with #396 we're changing what datasets...
## Description Building on @rdheekonda 's work to support multi-modal data in our Azure SQL DB (+blob) this PR adds a way to store "raw" prompts from datasets as well...
#### Describe the bug The following shows up in our pipelines (and repros locally with `pre-commit run --all-files`) ``` pyrit/prompt_target/azure_blob_storage_target.py:77: note: By default the bodies of untyped functions are not...
#### Describe the issue linked to the documentation We started with one notebook per dataset (in the doc/code/orchestrators directory) and now it's becoming a lot. Since they all pretty much...
#### Is your feature request related to a problem? Please describe. We don't support single turn crescendo yet. This should be added. Paper: https://arxiv.org/pdf/2409.03131v1 GitHub repo (results only): https://github.com/alanaqrawi/STCA ####...
#### Describe the issue linked to the documentation PyRIT currently does not have a website to make documentation easier to discover and interact with. #### Suggest a potential alternative/fix PyRIT...
#### Describe the issue linked to the documentation #### Suggest a potential alternative/fix
#### Is your feature request related to a problem? Please describe. We have default values (e.g., for temperature) on targets that most people just use as is without thinking twice...
#### Describe the bug Getting the following when running notebooks ``` None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration...