oschleic

Results 3 issues of oschleic

I think this might fix #2662 for now.. not sure what the best way to handle this is.

``` /Users/owenschleicher/.npm/_npx/d0f35745626ae5ac/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217 throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails)); ^ Error: Evaluation failed: TypeError: Cannot convert undefined or null to object at Function.keys () at __puppeteer_evaluation_script__:9:30 at ExecutionContext._evaluateInternal (/Users/owenschleicher/.npm/_npx/d0f35745626ae5ac/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217:19) at...

[While following the multimodal workflow guide for Triton Server](https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/tensorrtllm_backend/docs/multimodal.html), I encountered an assertion error: ``` AssertionError: Vision preprocessor for preparing images before encoding is None ``` [Relevant Code](https://github.com/triton-inference-server/tensorrtllm_backend/blob/main/all_models/inflight_batcher_llm/preprocessing/1/model.py#L289) Upon investigation,...