gemma_pytorch
gemma_pytorch copied to clipboard
is it possible to convert gemma_pytorch to onnx to tflite?
is it possible to convert gemma_pytorch to onnx to tflite?
cc @pengchongjin any guidance here?
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.