-
Notifications
You must be signed in to change notification settings - Fork 0
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
refresh code and readme to be more inline with ampere-inferencing-benchmarking repo #4
base: main
Are you sure you want to change the base?
Conversation
benchmarks/run.sh
Outdated
@@ -1,4 +1,4 @@ | |||
set -e | |||
|
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.
lets remove run.sh and instead describe args of run.py for user to set
```bash | ||
python3 run.py -m Meta-Llama-3-8B-Instruct.Q8_0.gguf -t 10 16 32 40 64 80 -b 1 2 4 8 16 32 64 -p 512 -r 0-79 | ||
cd utils | ||
sudo docker build -t llama_x86 . |
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 think user has to specify dockerfile with -f arg?
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.
there is only one Dockerfile in the directory, so it will build only that one without -f.
I added Dockerfile for x86, refreshed run.py and run.sh, and README