Skip to content
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

Correctly changing precision in DLRM #376

Open
rishucoding opened this issue Feb 20, 2024 · 1 comment
Open

Correctly changing precision in DLRM #376

rishucoding opened this issue Feb 20, 2024 · 1 comment

Comments

@rishucoding
Copy link

rishucoding commented Feb 20, 2024

Hello,

I would like to change the precision used in DLRM inference. I observed that the default datatype used in the original code is "float32", in the create_emb() method. Is changing the dtype to any of the supported values enough to correctly change the precision?

I believe that the generated embedding table would be directly used in the apply_emb() function.

Thanks for the help.
Rishabh Jain

@hrwleo
Copy link

hrwleo commented Feb 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants