koboldcpp/examples/model-conversion/scripts
Daniel Bevenius 1138b851fa
model-conversion : use save_output_data for causual embeddings [no ci] (#26890)
This commit updates the python script that runs the original model to
generate embeddings for the causal model, to use save_output_data which
stores the token ids and the prompt in addition to logits.

The motivation for this is that the embedding logits verification will
fail as it expects these files (-prompt.txt and -tokens.bin) to exist.
With the changes in this commit the causal-verify-embeddings target
works again.
2026-08-11 11:41:38 +02:00
..
causal model-conversion : use save_output_data for causual embeddings [no ci] (#26890) 2026-08-11 11:41:38 +02:00
embedding model-conversion : add --model-name to conversion scripts (#26665) 2026-08-06 09:38:06 +02:00
utils requirements : update transformers to 5.5.1 (#21617) 2026-04-09 12:36:29 +02:00