You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUMMARY:
This test was skipped and when run, was giving the can't copy out of
meta tensor error. This is because the
[model](https://huggingface.co/Xenova/llama2.c-stories110M/discussions/4)
is missing lm_head and embed_token layers and therefore only loaded to
meta device. Switching to our model to avoid this issue.
TEST PLAN:
Tested locally and passed.
Signed-off-by: shanjiaz <[email protected]>
Co-authored-by: Brian Dellabetta <[email protected]>
0 commit comments