Fine-Tuning VLMs for Data Extraction
nanonets.com
Fine-Tuning VLMs for Data Extraction
1–4 of 4 posts
Re: Fine-Tuning VLMs for Data Extraction
#2Is it possible to host multiple fine-tuned VLMs on a single machine? like multiple models sharing the GPU(s) for inference?
Re: Fine-Tuning VLMs for Data Extraction
#3[deleted]
Re: Fine-Tuning VLMs for Data Extraction
#4Is it possible to host multiple fine-tuned VLMs on a single machine? like multiple models sharing the GPU(s) for inference?
Yeah. If you have a large enough GPU you can use vanilla pytorch to load as many models as required. Docker is a good option if you have isolated services. Triton, TensorRT, TorchServe, RAY are also good services to checkout, especially when you want to load multiple adapters for the same LLM/VLM backbone. Is there anything specific you are looking to serve?