Felipe97/llama-cpp-compiled
01.1k
1 2#!/usr/bin/env bash3 4COLLECTION_SLUG=$(python ./create_collection.py --return-slug)5echo "Created collection: $COLLECTION_SLUG"6 7# Use it in the next command8python add_model_to_collection.py "$COLLECTION_SLUG" "username/my-model"9 