CLeaf_873981784

Results 11 comments of CLeaf_873981784

In official patchcore work, the performance is Patchcore(99.1,98.1). But your work get (98.0,98.0),which is lower than official. Why is that ? Is there any problem about the score calculation?

is the .avi video format supported?

also waiting for finetune scripts for v1-5 model

> I suspect a problem with device_map='auto', are you now running this model distributed across multiple GPUs? yes

> Below is an example of running `AIDC-AI/Ovis1.5-Llama3-8B` on two GPUs: > > ```python > import torch > from PIL import Image > from transformers import AutoModelForCausalLM > > device_map...