-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
dynamo-triage-june2024dynamo-user-empathy-dayempathy-dayLabel for issues from user empathy daysLabel for issues from user empathy daysmodule: dynamomodule: graph breaksoncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Huggingface model: https://huggingface.co/CohereForAI/aya-23-8B
Reference code: https://huggingface.co/CohereForAI/aya-23-8B/blob/main/Aya_23_notebook.ipynb
Graph breaks
There are two types of graph breaks.
- UserWarning: Graph break due to unsupported builtin flash_attn_2_cuda.PyCapsule.fwd.
- Skipping frame because there is a graph break in a for/while loop
To Reproduce
https://github.com/FindHao/ml_scripts/blob/main/inductor/cases/aya/aya_full.py
You may need to add the following code and your own token for the first run to download weights etc.
from huggingface_hub import login
login(token='your_hf_token')
Versions
nightly
cc @ezyang @msaroufim @bdhirsh @anijain2305 @chauhang @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire
umarbutler
Metadata
Metadata
Assignees
Labels
dynamo-triage-june2024dynamo-user-empathy-dayempathy-dayLabel for issues from user empathy daysLabel for issues from user empathy daysmodule: dynamomodule: graph breaksoncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module