Aurvion / llama.cpp /examples /model-conversion /scripts /utils /create-collection-add-model.sh
OmnipotentFool's picture
Add files using upload-large-folder tool
db65755 verified
Raw
History Blame Contribute Delete
240 Bytes
#!/usr/bin/env bash
COLLECTION_SLUG=$(python ./create_collection.py --return-slug)
echo "Created collection: $COLLECTION_SLUG"
# Use it in the next command
python add_model_to_collection.py "$COLLECTION_SLUG" "username/my-model"