This tutorial shows you how to structure a Python project with PDM, a modern Python package and dependency manager supporting the latest PEP standards.
2023 年 9 月 26 日至 9 月 28 日,KubeCon + CloudNativeCon + Open Source Summit China 2023 时隔四年在上海线下召开。本文将会对一些我现场观看的议题进行简单的介绍与梳理。
本文翻译自 Ray v2 Architecture 的 Appendix 部分,便于梳理 Ray 的调度与对象存储的流程。
最近在参与开源项目 tensorchord/envd 的时候,我们遇到了需要动态处理 GitHub Actions 中的 Matrix 的场景,因而撰写本文希望给遇到类似问题的朋友一些参考。
由于该项目在创始之初是私有的,而在私有仓库中 GitHub 对 CI 的使用时间进行了限制,其中 macOS 的权重比较昂贵,因此我们希望只在 Release 的时候运行 macOS 的 CI 来节省使用限额。Release 对应的 GitHub Actions 的 Event 是 Push,可以通过 Git 的 reference 来对推送的内容进行判断,tags 的 reference 会以 refs/tags/
打头。
The LFX Mentorship program is a program designed to provide an opportunity for mentees to gain exposure to the development of open-source projects. I was honored to have the opportunity to work closely with the Volcano community, a sandbox project of CNCF, for the system stability enhancement task. In this post, I would like to share my experience and lessons learned during the project as a mentee of the Volcano project.