feat(erp-seat): run 7 quantized to NVFP4A16 and serving as the trial seat on ana-ml2
- services/erp-seat-quant/run_quant_erp_v7.sh: v6 runner retargeted; dry-run gate passed identically (11,725 targets, 11,520 experts = 30x128x3, routers+vision BF16) - 49 GiB bf16 relayed gx10 -> ana-ml2 (no key path either way; nh3-dev relays), checksums verified against source; quant 49 -> 16 GiB, all post-steps clean - stacks/erp-seat: .env-driven swap to erp-tune-v7-nvfp4a16, served under its TRUE name; homepage labels + README updated, v6 rollback path recorded - stacks/litellm: trial -> erp-tune-v7-nvfp4a16 (config-file alias; /model/update refuses a config model, so this is an edit + restart)
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
# erp-seat — ERP-tune seat on ana-ml2 (GPU1, `:8021`)
|
||||
|
||||
Serves the latest gated ERP LoRA merge as an **NVFP4A16** (weight-only) compressed-tensors
|
||||
checkpoint so the GX10 is free to train the next run. First occupant: **run 6** —
|
||||
`erp-tune-v6-nvfp4a16` = merged-run06 (jenerallee78 ARA-abliterated Gemma-4-26B-A4B-it, index
|
||||
`33c59654…`, + R47 SFT r6) quantized by `services/erp-seat-quant/`.
|
||||
checkpoint so the GX10 is free to train the next run.
|
||||
|
||||
- **True name only.** `--served-model-name erp-tune-v6-nvfp4a16`. Gateway aliases (`trial`) are
|
||||
**Current occupant: run 7** — `erp-tune-v7-nvfp4a16` = merged-run07 (jenerallee78
|
||||
ARA-abliterated Gemma-4-26B-A4B-it, index `33c59654…`, + R47 SFT r7 = r6 plus the opening-split
|
||||
slot and its companion loss mask), quantized by `services/erp-seat-quant/` on 2026-09-09.
|
||||
49 GiB bf16 → 16 GiB NVFP4A16. Runbook `docs/runbooks/gx10-run-07.md`.
|
||||
|
||||
*Previous: run 6 (`erp-tune-v6-nvfp4a16`, 2026-09-08). Its artifact is still on `/tank/aimodels/`
|
||||
and the pre-swap host env is at `/tmp/erp-seat-env.v6.bak` on ana-ml2, so a rollback is an `.env`
|
||||
flip plus `docker compose up -d`.*
|
||||
|
||||
- **True name only.** `--served-model-name erp-tune-v7-nvfp4a16`. Gateway aliases (`trial`) are
|
||||
set in LiteLLM on the operator's word, never here (no silent substitution — the bf16 arm on the
|
||||
GX10 and this NVFP4 arm are different artifacts).
|
||||
- **Recipe** = `stacks/gemma4-charrp` (same arch + format, proven on this box): `gemma4` tool
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# erp-seat — the ERP-tune seat on ana-ml2 GPU1: NVFP4A16 quant of the latest gated ERP LoRA merge
|
||||
# (run 6 = jenerallee78 ARA-abliterated Gemma-4-26B-A4B + R47 SFT), served under its TRUE name.
|
||||
# (run 7 = jenerallee78 ARA-abliterated Gemma-4-26B-A4B + R47 SFT + the opening-split slot), served under its TRUE name.
|
||||
# Routing aliases (e.g. LiteLLM `trial`) are the operator's call and live in the gateway, not here.
|
||||
#
|
||||
# Serve recipe copied from stacks/gemma4-charrp (same architecture + quant format, proven on this
|
||||
@@ -23,11 +23,11 @@ services:
|
||||
environment:
|
||||
- VLLM_API_KEY=${API_KEY:-}
|
||||
command:
|
||||
- ${ERP_MODEL:-/tank/aimodels/erp-tune-v6-nvfp4a16}
|
||||
- ${ERP_MODEL:-/tank/aimodels/erp-tune-v7-nvfp4a16}
|
||||
- --quantization
|
||||
- compressed-tensors
|
||||
- --served-model-name
|
||||
- ${ERP_SERVED_NAME:-erp-tune-v6-nvfp4a16}
|
||||
- ${ERP_SERVED_NAME:-erp-tune-v7-nvfp4a16}
|
||||
- --tool-call-parser
|
||||
- gemma4
|
||||
- --enable-auto-tool-choice
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
# an empty turn. The flag drops the tools from the prompt so the model answers in prose.
|
||||
- --exclude-tools-when-tool-choice-none
|
||||
- --chat-template
|
||||
- ${ERP_CHAT_TEMPLATE:-/tank/aimodels/erp-tune-v6-nvfp4a16/chat_template.jinja}
|
||||
- ${ERP_CHAT_TEMPLATE:-/tank/aimodels/erp-tune-v7-nvfp4a16/chat_template.jinja}
|
||||
- --max-model-len
|
||||
- "${ERP_MAX_MODEL_LEN:-32768}"
|
||||
- --max-num-seqs
|
||||
@@ -76,9 +76,9 @@ services:
|
||||
- tnet
|
||||
labels:
|
||||
- homepage.group=AI - Inference
|
||||
- homepage.name=erp-tune-v6 (Gemma-4 26B-A4B ARA, NVFP4A16)
|
||||
- homepage.name=erp-tune-v7 (Gemma-4 26B-A4B ARA, NVFP4A16)
|
||||
- homepage.icon=mdi-fire
|
||||
- homepage.description=ERP-seat run-6 LoRA merge on the jenerallee78 abliteration, NVFP4A16 MoE (ana-ml2 GPU1)
|
||||
- homepage.description=ERP-seat run-7 LoRA merge on the jenerallee78 abliteration, NVFP4A16 MoE (ana-ml2 GPU1)
|
||||
- homepage.href=http://10.250.50.54:${ERP_PORT:-8021}/docs
|
||||
|
||||
networks:
|
||||
|
||||
@@ -851,23 +851,30 @@ model_list:
|
||||
# api_base: http://10.250.50.54:8099/v1
|
||||
# api_key: os.environ/VLLM_API_KEY
|
||||
|
||||
# trial -> ERP/RP SFT RUN 6, NVFP4A16 (weight-only) quant of the merged LoRA, served on
|
||||
# ana-ml2 GPU1 (:8021, vLLM v0.26.0, stacks/erp-seat -- a REAL compose stack with a restart
|
||||
# policy, unlike the run-3c/run-5 hand-launched gx10 seats). Backing artifact
|
||||
# /tank/aimodels/erp-tune-v6-nvfp4a16 (quant pipeline services/erp-seat-quant/).
|
||||
# trial -> ERP/RP SFT RUN 7, NVFP4A16 (weight-only) quant of the merged LoRA, served on
|
||||
# ana-ml2 GPU1 (:8021, vLLM nightly 311b3513, stacks/erp-seat -- a REAL compose stack with a
|
||||
# restart policy, unlike the run-3c/run-5 hand-launched gx10 seats). Backing artifact
|
||||
# /tank/aimodels/erp-tune-v7-nvfp4a16 (quant pipeline services/erp-seat-quant/).
|
||||
#
|
||||
# NAME: deliberately `trial`, NOT `erp-tune-v6-nvfp4a16`. Repointed 2026-09-08 (evening)
|
||||
# from run 5 (bf16 on gx10) to run 6 (NVFP4 on ana-ml2) at the operator's request -- "alias
|
||||
# erp-tune-v6-nvfp4 to trial, please. no gate." -- to hand-test prosody/feel in Open WebUI.
|
||||
# NAME: deliberately `trial`, NOT `erp-tune-v7-nvfp4a16`. Repointed 2026-09-09 (afternoon)
|
||||
# from run 6 to run 7 at the operator's request -- "quant the latest train to nvfp4 and serve
|
||||
# on ana-ml2 as the trial seat". Same standing purpose: hand-testing prosody/feel in Open
|
||||
# WebUI. (Repointed 2026-09-08 from run 5 to run 6 on the same standing instruction.)
|
||||
#
|
||||
# BASE: run 6 is the line's first GENUINELY abliterated base (jenerallee78 ARA @ 0631379a,
|
||||
# index 33c59654); runs 3-5 were settled from bytes as stock. Run-5 recipe byte-held.
|
||||
# RUN 7 = run 6 + ONE variable: an opening-split slot (293 rows) and its companion loss mask
|
||||
# (224 entries, union with lossmask-r3). Base HELD from run 6 (jenerallee78 ARA @ 0631379a,
|
||||
# index 33c59654). Trained 542/542 steps, train_loss 3.205, adapter 2026-09-09 13:23 PT.
|
||||
# Runbook docs/runbooks/gx10-run-07.md.
|
||||
#
|
||||
# GATE: NONE on this artifact, by operator ruling. brokkr's run-6 gate runs against the bf16
|
||||
# arm on gx10:8098 (erp-tune-v6), not this NVFP4 build; this seat has a smoke test and a
|
||||
# 3-run decode probe (~200 tok/s single-stream) only. Refusal behaviour is expected to be
|
||||
# LOWER than run 5's (abliterated base + k=5 base profile ~0% on 30/35 axes per brokkr) --
|
||||
# this seat is for the operator's ear; treat it as unrated on every safety axis.
|
||||
# GATE: NONE on this artifact, by operator ruling -- unchanged from run 6. brokkr's run-7
|
||||
# gate runs against the BF16 arm on gx10:8098, not this NVFP4 build; this seat has a smoke
|
||||
# test only. Refusal behaviour is expected to be LOWER than run 5's (abliterated base + k=5
|
||||
# base profile ~0% on 30/35 axes per brokkr) -- this seat is for the operator's ear; treat
|
||||
# it as unrated on every safety axis.
|
||||
#
|
||||
# ROLLBACK: /tank/aimodels/erp-tune-v6-nvfp4a16 is still on disk, and the previous host env
|
||||
# is at /tmp/erp-seat-env.v6.bak on ana-ml2 -- flip ERP_MODEL/ERP_SERVED_NAME/ERP_CHAT_TEMPLATE
|
||||
# in /opt/docker/compose/erp-seat/.env back to v6 and `docker compose up -d`.
|
||||
#
|
||||
# THIS GATEWAY IS THE SHARED-KEY SURFACE: `all-agents-local` reaches every model here,
|
||||
# in every session and project. Removing this alias does not remove the operator's
|
||||
@@ -877,7 +884,7 @@ model_list:
|
||||
|
||||
- model_name: trial
|
||||
litellm_params:
|
||||
model: hosted_vllm/erp-tune-v6-nvfp4a16
|
||||
model: hosted_vllm/erp-tune-v7-nvfp4a16
|
||||
api_base: http://10.250.50.54:8021/v1
|
||||
api_key: os.environ/VLLM_API_KEY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user