Skip to content

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