gemma_pytorch icon indicating copy to clipboard operation
gemma_pytorch copied to clipboard

is it possible to convert gemma_pytorch to onnx to tflite?

Open nyadla-sys opened this issue 11 months ago • 2 comments

is it possible to convert gemma_pytorch to onnx to tflite?

nyadla-sys avatar Feb 27 '24 21:02 nyadla-sys

cc @pengchongjin any guidance here?

suryabhupa avatar Mar 05 '24 15:03 suryabhupa

Unfortunately, we haven't convert pytorch checkpoint to onnx or tflite ourselves.

Maybe you can follow the standard guides torch.onnx: https://pytorch.org/docs/stable/onnx.html and tf-lite to try the conversion.

pengchongjin avatar Mar 05 '24 19:03 pengchongjin