Skip to content

Commit 9990f00

Browse files
committed
polish
Signed-off-by: youkaichao <[email protected]>
1 parent a16c6d7 commit 9990f00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2025-01-10-dev-experience.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The field of LLM inference is advancing at an unprecedented pace. With new model
1111

1212
* Flexible and fast installation options from stable releases to nightly builds.
1313
* Streamlined development workflow for both Python and C++/CUDA developers.
14-
* Useful version tracking capabilities for production deployments.
14+
* Robust version tracking capabilities for production environments.
1515

1616
## Seamless Installation of vLLM Versions
1717

@@ -67,7 +67,7 @@ We understand that an active, engaged developer community is the backbone of inn
6767

6868
### Python Developers
6969

70-
For Python developers who need to tweak and test vLLM’s Python code, there’s no need to compile kernels. Our solution allows you to get started in just a few minutes:
70+
For Python developers who need to tweak and test vLLM’s Python code, there’s no need to compile kernels. Our solution allows you to begin development quickly:
7171

7272
```sh
7373
git clone https://github.com/vllm-project/vllm.git
@@ -81,7 +81,7 @@ This lightweight process runs efficiently, even on a laptop. For more advanced u
8181

8282
### C++/Kernel Developers
8383

84-
For advanced contributors working with C++ code or CUDA kernels, we’ve optimized the experience by incorporating a compilation cache. This approach minimizes build times and simplifies the process for kernel development. Please check our [documentation](https://docs.vllm.ai/en/latest/getting_started/installation/gpu-cuda.html#full-build-with-compilation) for more details.
84+
For advanced contributors working with C++ code or CUDA kernels, we incorporate a compilation cache to minimize build time and streamline kernel development. Please check our [documentation](https://docs.vllm.ai/en/latest/getting_started/installation/gpu-cuda.html#full-build-with-compilation) for more details.
8585

8686
## Track Changes with Ease
8787

@@ -111,10 +111,10 @@ pip install https://wheels.vllm.ai/${VLLM_COMMIT}/vllm-1.0.0.dev-cp38-abi3-manyl
111111

112112
## Conclusion
113113

114-
The vLLM community is committed to delivering more than just high-performance software. We’re building a system that empowers trust, enables transparent tracking of changes, and invites active participation. Together, we can shape the future of AI, pushing the boundaries of innovation while making it accessible to all.
114+
At vLLM, our commitment extends beyond delivering high-performance software. We’re building a system that empowers trust, enables transparent tracking of changes, and invites active participation. Together, we can shape the future of AI, pushing the boundaries of innovation while making it accessible to all.
115115

116116
For collaboration requests or inquiries, reach out at [[email protected]](mailto:[email protected]). Join our growing community on [GitHub](https://github.com/vllm-project/vllm) or connect with us on the [vLLM Slack](https://slack.vllm.ai/). Let’s drive AI innovation forward, together.
117117

118118
## Acknowledgments
119119

120-
We extend our gratitude to the [uv community](https://docs.astral.sh/uv/) (particularly [Charlie Marsh](https://github.com/charliermarsh)) for creating a fast, innovative package manager. Special thanks to [Kevin Luu](https://github.com/khluu) (Anyscale), [Daniele Trifirò](https://github.com/dtrifiro) (Red Hat), and [Michael Goin](https://github.com/mgoin) (Neural Magic) for their invaluable contributions to streamlining workflows. [Kaichao You](https://github.com/youkaichao) and [Simon Mo](https://github.com/simon-mo) from the UC Berkeley team lead these efforts.
120+
We would like to express our gratitude to the [uv community](https://docs.astral.sh/uv/) -- particularly [Charlie Marsh](https://github.com/charliermarsh) -- for creating a fast, innovative package manager. Special thanks to [Kevin Luu](https://github.com/khluu) (Anyscale), [Daniele Trifirò](https://github.com/dtrifiro) (Red Hat), and [Michael Goin](https://github.com/mgoin) (Neural Magic) for their invaluable contributions to streamlining workflows. [Kaichao You](https://github.com/youkaichao) and [Simon Mo](https://github.com/simon-mo) from the UC Berkeley team lead these efforts.

0 commit comments

Comments
 (0)