Petru-Daniel Tudosiu
Petru-Daniel Tudosiu
As an update. Upon further research, the handler strategy would add unwarranted complexity due to its requirement to decolate and colate the data inside or create batch-aware transformations. I will...
> Fix monai app transform directly and support for label-wise threshold values (1/(len(labels)-1 is one kind and let user chose and pass the threshold values of their choice instead of...
@bonlime With what versions of timm is lavis compatible from your experience?
Hi @AllentDan, Firstly, thanks a lot for the amazing work you are doing with LMDeploy! When I try to use https://huggingface.co/internlm/internlm-xcomposer2-vl-7b-4bit with lmdeploy 0.4.2 I get the error referenced in...
I was able to run a forward pass but it consumes 30.9GB of VRAM if I do the following: ```python from lmdeploy import pipeline, GenerationConfig from lmdeploy.vl import load_image from...