abhishekmg
Results
2
issues of
abhishekmg
When the changes the width of a pane and then refreshes the changes width needs to persist current behaviour https://github.com/johnwalley/allotment/assets/34393560/1820c05d-8c58-411c-9776-fb59bc3182ba
I am trying to run the code in the example ``` from transformers import AutoModelForCausalLM, AutoTokenizer from PIL import Image model_id = "vikhyatk/moondream2" revision = "2024-05-20" model = AutoModelForCausalLM.from_pretrained( model_id,...