Cheng Kuan Yong Jason

Results 5 issues of Cheng Kuan Yong Jason

#4569 #4924 #6575 This is a PR to fix these issues. I just extracted out the commits from @StatCan: * https://github.com/StatCan/kubeflow/commit/01a17e6b4ac2520327d95eea6a414a234f11db5e#diff-7b12be43febc6e18259dd77c004315b4143d570234e0f15acf5f9d7b79c371b5 * https://github.com/StatCan/kubeflow/commit/1fa21268306f8be26d21efe905d0f13e558169ed

size/XL

When `RWO_PVC_SCHEDULING` is set to `true`, a `nodeAffinity` is generated to deploy the tensorboard image to the same node as the running pod using the `PVC`. This is done with...

size/S

### System Info NA ### Information - [X] Docker - [X] The CLI directly ### Tasks - [X] An officially supported command - [ ] My own modifications ### Reproduction...

### Your current environment The output of `python collect_env.py` ```text INFO 04-27 01:12:18 [__init__.py:239] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.6.0+cu124 Is debug build: False CUDA used...

bug

currently xgrammar does not support json schema with the following constraints: https://github.com/mlc-ai/xgrammar/blob/c1b64920cad24f44f235778c1c00bb52d57da01a/cpp/json_schema_converter.cc#L975-L992 [relevant PR from vllm](https://github.com/vllm-project/vllm/pull/12210) ## reproducing the issue with `vllm/vllm-openai:v0.6.6.post1` docker image: ```python from openai import OpenAI from...