-
Notifications
You must be signed in to change notification settings - Fork 235
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
add ET Runner instructions #691
Conversation
CI says these instructions don't work, on either macOS (no MPS) or x86/Linux with CUDA. (We're missing x86 no cuda, and macOS-14+MPS) Can you please check what is broken in this version of the README |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/691
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 838705b with merge base a80ae4d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…ET-Runner-Instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
||
Execute using the runner | ||
```bash | ||
cmake-out/et_run llama3.pte -z ~/.torchchat/model-cache/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer.model -i "Once upon a time" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a command to get the path of the lcoal model cache for any model, got torchchat.py where
cmake-out/et_run llama3.pte -z `python3 torchchat.py where llama3`/tokenizer.model -i "Once upon a time"
Well, really I would love to type tc where llama3
:-)
Co-authored-by: Michael Gschwind <[email protected]>
Co-authored-by: Michael Gschwind <[email protected]>
Co-authored-by: Michael Gschwind <[email protected]>
Co-authored-by: Michael Gschwind <[email protected]>
Co-authored-by: Michael Gschwind <[email protected]>
Co-authored-by: Michael Gschwind <[email protected]>
Add in details on how to run the ET runner