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

Regarding llama3-70b-instruct #1864

Open
chintanshrinath opened this issue May 6, 2024 · 0 comments
Open

Regarding llama3-70b-instruct #1864

chintanshrinath opened this issue May 6, 2024 · 0 comments

Comments

@chintanshrinath
Copy link

Dear
I am trying to load full model on A100-80 GB of 8 cores using below command.
docker run --gpus all --shm-size 1g -e HUGGING_FACE_HUB_TOKEN=$token -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:2.0 --model-id $model --max-input-length 8000 --max-total-tokens 8010

However, it is not using all GPU core.
I also looked num_shard, but didn't get it.

Can you help here to to use all core and optimize the above command. The main concern is that we need to decrease inference time for production grade.
Thanks

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

No branches or pull requests

1 participant