Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Question] How to dump incremental model to kafka in Release 23.12? #438

Open
lausannel opened this issue Dec 22, 2023 · 2 comments
Open
Labels
question Further information is requested

Comments

@lausannel
Copy link

lausannel commented Dec 22, 2023

I read from the release notes about version 23.11 that

We are working on deprecating the Embedding Training Cache (ETC). If you trying using that feature, it still works but omits a deprecation warning message. In a near-futre release, they will be removed from the API and code level. Please refer to the NVIDIA HierarchicalKV as an alternative.

And in release 23.12, I find out that the embedding training cache API and model.dump_incremental_model_2kafka() API have been removed. Here are my questions

  1. I have no idea about how NVIDIA HierarchicalKV, which is currently a single GPU key-value store, can act as a replacement for the embedding training cache.
  2. How to dump incremental model updates to a Kafka message queue in the absence of the deprecated model.dump_incremental_model_2kafka() API.

Any insights are appreciated, thanks for your attention!

@lausannel lausannel added the question Further information is requested label Dec 22, 2023
@yingcanw
Copy link
Collaborator

@lausannel Thank you for your feedback. We are gradually deprecating the ETC-related APIs. HKV will serve as a replacement for ETC. Regarding the use of SOK for training after integrating HKV, you can refer to the reply in this #424. In addition, we are currently developing SOK interfaces corresponding to ETC, such as dump_incremental_model_2kafka, so stay tuned.

@lausannel
Copy link
Author

@yingcanw Thank you for your update!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants