-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we cite PhotonLibOS? #642
Comments
Maybe publish the article in arXiv.org? @lihuiba @Coldwings |
The article is not about Photon itself; it's about context switching. |
Just cite it as an open source software project. BTW, what's your paper about? And how you use Photon in your work? |
Thank you, I will cite PhotonLibOS like that. I am working on an LLM service system. I just use Photon to asynchronously load cache data from disk to memory. |
Glad to see that Photon is used for LLM. By "cache data", do you mean kvcache? And I want to mention that, we have also implemented with Photon a high-performance data connector that can be used for loading data files for training, or loading/saving checkpoint, or loading model files. See https://www.alibabacloud.com/help/en/oss/developer-reference/oss-connector-overview/?spm=a2c63.p38356.help-menu-31815.d_3_3_8.62c4d579yxtBLQ |
Yes, we utilized Photon to load kvcache from disk in an asynchronous way. Thanks for your recommendation of data connector. Our work is about LLM inference system. I don't whether this data connector can be also used by an inference system? |
Yes, the feature for inference systems to load model files will be released soon. |
Hello, I really appreciated your work and I am using PhotonLibOS in my new work, I want to cite your work in my paper. I see your paper on github, do you have anything like bib entry for me to cite?
The text was updated successfully, but these errors were encountered: