Otniel Elkayam

Results 3 comments of Otniel Elkayam

Hi, with my pleasure. im = Image.open(im_file) im.verify() # PIL verify shape = im.size # (width, height) im_exif = im._getexif() : > Hi, thank you for your PR, where is...

> i run this `git submodule update --init --recursive ` but i also had this error i don't create menv because i use the conda git clone all needed repos...

It happens when extracting information from LLM output with input prompt (for me it was by default). **can be fixed by:** > pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, max_new_tokens=2000, **return_full_text=True**) >...