Xiaochuan Ye

Results 29 comments of Xiaochuan Ye

@hsj576 Could you please review this PR? I've made several documentation and configuration updates: - Comment cleanup in basemodel.py - Configuration parameter adjustments - Documentation improvements in README, including remove...

@MooreZheng I have already addressed this concern by squashing all commits into a single commit using rebase. The changes are now consolidated into one cohesive commit for better maintenance and...

@MooreZheng hi, i've changed print() using logger. Could you please review this PR? Let me know if you need any additional information or clarification.

hi @chaokunyang While migrating to Bazel 8 (with Bzlmod), I encountered an issue with some third-party dependencies that do not provide a native `MODULE.bazel` file (for example, `simdutf`). It seems...

Can I work on this?

I'd like to contribute to this issue by starting with migrating a couple of components to use smart pointers. Based on the repository structure and the recommendations in this thread,...

Hi, @chenBright 我在编译 `//test:brpc_http_rpc_protocol_unittest` 这个 UT 时,发现现在 `MODULE.bazel` 里默认用的 protobuf 版本是比较新的 27.3,应该是为了兼容 Bazel module 的用法: [https://github.com/apache/brpc/blob/c24e641009fa0305f0efebce694d0dad886c85ca/MODULE.bazel#L11](https://github.com/apache/brpc/blob/c24e641009fa0305f0efebce694d0dad886c85ca/MODULE.bazel#L11) ```bazel bazel_dep(name = 'protobuf', version = '27.3', repo_name = 'com_google_protobuf') ``` 而 CMake 目前的版本约束是:...

我理解是需要类似这样的改动

same problem while serving fine-tuned qwen2.5 vl 3B model ``` (VllmWorker rank=2 pid=21227) INFO 05-26 07:08:03 [config.py:3614] cudagraph sizes specified by model runner [1, 2, 4, 8, 16, 24, 32,...