DeepSpeed
DeepSpeed copied to clipboard
Update install.sh
Optimization Code
- Use #!/usr/bin/env bash instead of #!/bin/bash to make the script more portable.
- Use rm -rf instead of rm -r to remove directories recursively.