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

Ds inference/bloom support meta #2104

Merged
merged 5 commits into from
Jul 18, 2022

Conversation

jeffra
Copy link
Collaborator

@jeffra jeffra commented Jul 18, 2022

No description provided.

Comment on lines 118 to 124
embedding_weight = None
for n,p in r_module.named_parameters():
if "word_embeddings." in n:
print(f"FOUND embedding weight {n}")
embedding_weight = p

r_module.lm_head.weight = embedding_weight
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RezaYazdaniAminabadi let's chat about this part offline

@jeffra jeffra merged commit aa5e01f into ds-inference/bloom-support Jul 18, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant