Hu Dong
Hu Dong
**Describe the bug** Several files of this repository have same filenames ignoring cases. When cloned on Mac OS / Windows, it would cause filename collision problems. Known collisions are: -...
It seems pandoc() doesn't support unicode characters. It just reports that codepoints of unicode chars are out of ascii char range [0,255)
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
### 🐛 Describe the bug ### Summary A model execution thread hangs at [`_random_sample (vllm/model_executor/layers/sampler.py:292)`](https://github.com/vllm-project/vllm/blob/468d761b32e3b3c5d64eeaa797e54ab809b7e50c/vllm/model_executor/layers/sampler.py#L292) mysteriously during inference, and the corresponding code at that line is `random_samples = random_samples.cpu()` ###...