Rename the "inline" distribution to "local"

This commit is contained in:
Ashwin Bharambe 2024-08-08 14:05:49 -07:00
parent dd15671f7f
commit 640741c639
5 changed files with 18 additions and 32 deletions

View file

@ -96,7 +96,7 @@ ensure_conda_env_python310() {
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <environment_name> <distribution_name> <pip_dependencies>" >&2
echo "Example: $0 my_env local-inline 'numpy pandas scipy'" >&2
echo "Example: $0 my_env local-llama-8b 'numpy pandas scipy'" >&2
exit 1
fi