You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python inference.py --model_path "paligemma-3b-pt-224" --prompt "what do you see in this image?" --image_file_path "image.png" --max_tokens_to_generate 100 --temperature 0.8 --top_p 0.9 --do_sample False --only_cpu True