Semver rename: mortdecai:0.4.0, mortdecai:0.5.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 21:37:36 -04:00
parent adeda6dd84
commit af5cb4df2a
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
#!/bin/bash
# Update Mortdecai model to a new version
# Usage: ./update-model.sh [url] [name]
# Example: ./update-model.sh https://mortdec.ai/dl/m5gguf/mortdecai-v5.gguf mortdecai-v5
# Example: ./update-model.sh https://mortdec.ai/dl/m5gguf/mortdecai-0.5.0.gguf mortdecai:0.5.0
set -e
URL="${1:-https://mortdec.ai/dl/m4gguf/mortdecai-v4.gguf}"
NAME="${2:-mortdecai-v4}"
URL="${1:-https://mortdec.ai/dl/m4gguf/mortdecai-0.4.0.gguf}"
NAME="${2:-mortdecai:0.4.0}"
echo "=== Mortdecai Model Update ==="
echo " URL: $URL"