Skip to content

dynabase/image-llm-research

Repository files navigation

image llm tests

Prerequisites

  • docker

Infra

LLMs

Open Clip

https://github.com/mlfoundations/open_clip

docker compose -f docker-compose.open-clip.yaml up

Click URL in log-output to open Jupyter notebook

open clip

Unfortunately this model is not useful for our case, since the output is limited to a small amount of descriptive words.

Qwen-VL

https://github.com/QwenLM/Qwen-VL

to build and run locally:

cd qwen-vl
./clone-qwen-vl-repo.sh
cd ..
docker compose -f docker-compose.qwen-vl-chat.yaml up

or run:

docker run --gpus all -p 8080:8080 europe-west3-docker.pkg.dev/image-llm-408613/llms/qwen-vl-chat:1.0

About

Test repo for different image llms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages