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
allow dummy_llama2 script to take real checkpoint/params (#2588)
Summary:
Pull Request resolved: #2588
In this way we can pass the checkpoint/params to the script
```
python3.10 dummy_llama2.py -b artifact/ -m SM8650 --checkpoint /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/stories110M.pt --params /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/params.json
```
Reviewed By: kirklandsign
Differential Revision: D55172497
fbshipit-source-id: c34bba1d60d911380b10a2cf39b62892628b0a1b
0 commit comments