Josh Arnold
Josh Arnold
Hi, I successfully built the `cm_csds` from the root with maven. I also built `cm_ext` from the root but am getting this error: ```bash [foo@bar target]$ $JAVA_HOME/bin/java -jar $VALIDATOR -s...
**Describe the bug** The documentation [here](https://www.deepspeed.ai/getting-started/#resource-configuration-single-node) implies that CUDA_VISIBLE_DEVICES is not supported, but the launcher script does attempt to [handle that case](https://github.com/microsoft/DeepSpeed/blob/afe1b9ede1794b0bf221607be8051728cf4afa18/deepspeed/launcher/runner.py#L407). Given that CUDA_VISIBLE_DEVICES is used so commonly, I...
…cedAttackMetric # What does this PR do? Handles empty input_ids when calculating complexity, which gave rise to RuntimeError when using "gpt2" as tokenizer. Allows for adding metrics to AdvancedAttackMetric with...