LiteRT-LM

Which litert-lm version are you using in linux ?

#7
by glococo - opened

github release 0.13.1 do not support --convert_weights_on_gpu=false
I could only run it:
litert-lm run --max-num-tokens 4096 --backend gpu gemma-4-12B-it
or a little bit more on a 3090.

LiteRT Community (FKA TFLite) org

Hi @glococo , can you clarify more? Why we would like to set convert_weights_on_gpu.

Hi @whhone , the model card say: "The Linux GPU memory usage number was measured with --disable_cache=true --convert_weights_on_gpu=false. Otherwise it will be about 6GB higher."
But I seems that command option not supported in v0.13.1

LiteRT Community (FKA TFLite) org

Sign up or log in to comment