Doesn’t really work, or I just didn’t understand anything.

#2
by ijohn07 - opened

Too bad, it doesn’t really work, or I just didn’t understand anything.
I obliterated a model, then when I go to the Chat tab, I get this error:
'No model loaded yet. Go to the Obliterate tab first and liberate a model.'

And in the Export tab, 'Session Model – Pick a model from any tab's output' stays completely empty,
and when I try Export → Push to Hub, I get this error:
'Error: Select a session model first.'

Anyway… sigh

The workflow requires completing the full pipeline in the Obliterate tab — the session model is only populated after the pipeline finishes and returns a result. If the run was cut short (e.g., due to the 45-minute timeout bug that killed Optuna mid-search), the session model never gets set and the Chat/Export tabs remain empty. PR #7 fixes the bitsandbytes version and adds flash-linear-attention, which should help stability. The Bayesian trials slider bug (PR #5) may also have caused incomplete runs. Try running again after PR #7 is merged.

Sign up or log in to comment