WhisperLive
WhisperLive copied to clipboard
how to use a finetuned nonlocal model?
the build script and build.py expect a .pt file
my checkpoint looks like:
root@28f5bb431151:/app# ls checkpoint-4000/ config.json model-00001-of-00002.safetensors model.safetensors.index.json preprocessor_config.json scheduler.pt training_args.bin generation_config.json model-00002-of-00002.safetensors optimizer.pt rng_state.pth trainer_state.json
what must i do to properly convert this checkpoint to be compatible with the build script which seems to in no way accommodate this?