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:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user