Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd /Users/leidianyayi/Documents/GitHub/ModelTest20260714/GLM5.2
|
||||
LOG=/Users/leidianyayi/Documents/GitHub/ModelTest20260714/GLM5.2/smoke2.log
|
||||
echo "START $(date)" > "$LOG"
|
||||
node tools/smoke2.mjs >> "$LOG" 2>&1
|
||||
echo "EXIT=$? END $(date)" >> "$LOG"
|
||||
Reference in New Issue
Block a user