Repair TransformerLab activation provisioning

This commit is contained in:
2026-04-02 04:36:32 -06:00
parent 30b919c0b9
commit d2b0991f0d
5 changed files with 183 additions and 1 deletions
+2
View File
@@ -160,6 +160,8 @@ start_one() {
;;
transformerlab)
if command -v python3 >/dev/null 2>&1; then
python3 "$SCRIPT_DIR/repair_transformerlab_symlink_paths.py" \
--transformerlab-dir "$TRANSFORMERLAB_DIR" >>"$STATE_DIR/logs/transformerlab_source_repairs.log" 2>&1 || true
python3 "$SCRIPT_DIR/repair_transformerlab_plugin_supports.py" \
--transformerlab-dir "$TRANSFORMERLAB_DIR" \
--plugin "fastchat_server" \