"tools/cfgs/once_models/second.yaml" did not exist on "71a45080af988eaa796b850f685fbfd41976a2c4"
  • Graham King's avatar
    fix(vllm,sglang): Let the engine enforce max tokens (#216) · 05765cd4
    Graham King authored
    Previously several parts of the stack ensured max tokens (for this single request) was set.
    
    Now only text input sets it (to 8k). Everything else leaves as is, potentially blank. The engines themselves have very small defaults, 16 for vllm and 128 for sglang.
    
    Also fix dynamo-run CUDA startup message to only print if we're using an engine that would benefit from it (mistralrs, llamacpp).
    05765cd4
worker.rs 26.4 KB