Skip to content
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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

MarcelWilnicki
Copy link
Contributor

I added Dockerfile for x86, refreshed run.py and run.sh, and README

@@ -1,4 +1,4 @@
set -e

Copy link
Member

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 .
Copy link
Member

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants