Litert version after fine-tuning
#17
by Abhijitmore - opened
Do we have any way to convert finetuned model to litert, there is preconverted litert model available. but I am not able to convert once I fine-tune.
Hi @Abhijitmore Apologies for late response .
Can you please share a bit more context?
- What framework is being used (e.g., PyTorch, TensorFlow, Keras, JAX)?
- How did you finetune? full finetune, LoRA/QLoRA, or something else? And did you merge the adapter weights back into the base model before attempting conversion?
- What's going wrong exactly? does the conversion fail with an error, or does it complete but the model behaves incorrectly on-device?
- If possible can you please share the script the code you are running to attempt the conversion
Thanks