I am trying to use a model that I have downloaded and stored locally on my device (UI TARS 7B DPO) but after running the command in the readme:
python -m vllm.entrypoints.openai.api_server --served-model-name ui-tars --model <path to your model>
and specifying the path to the UI TARS 7B DPO model, then updating the endpoint and model name in the UI settings, I am still not able to get it to work. The UI outputs the error "ERROR: 400 status code (no body)". Any idea how I can fix this?