Deployment

#1
by akzaidan - opened

Hello, how do you recommend deploying this model? I am running into a ton of deployment errors on HG Inference Endpoints.

here is my deployment config:

AWS GPU · Nvidia RTX PRO 6000 Blackwell · 2x GPUs · 192 GB
vllm/vllm-openai:v0.18.1
Container Arguments
--trust-remote-code --max-model-len 32768 --disable-custom-all-reduce --enforce-eager --gpu-memory-utilization 0.85

Every time I try and deploy it seems that I run out of memory and I get this error Engine core initialization failed. I also tried to use 4x GPU's with more than enough memory and same issue.

Also I had to update "tokenizer_class" to "Qwen2TokenizerFast"

I'd appreciate help with these questions too:

  1. Do you recommend trying to quantize the Holo3 35B model down to INT4?
  2. What do you think the best model to use is for application form filling? By "best" I mean its quick, cheap, and does reasonably well filling out a job application for example.

Sign up or log in to comment