add: vllm base 3.6 27b

This commit is contained in:
2026-04-30 21:47:29 -04:00
parent 3d55b6e675
commit 75eba8703f
3 changed files with 82 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
let
sync-repo = pkgs.writeShellScriptBin "sync-repo" ''
# Navigate to repo root so rsync copies the entire repository
cd "$(git rev-parse --show-toplevel)"
if [ -z "$1" ]; then
echo "Usage: sync-repo <ip-address>"
echo "Example: sync-repo 23.29.118.42"