-
Notifications
You must be signed in to change notification settings - Fork 543
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
Llm large reference #1951
Llm large reference #1951
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
vllm==0.6.3 | ||
pybind11==2.10.4 | ||
--extra-index-url https://download.pytorch.org/whl/nightly/cpu | ||
torch==2.2.0.dev20231006+cpu |
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.
This torch version doesn't exist
|
``` | ||
export CHECKPOINT_PATH=${PWD}/Llama-2-70b-chat-hf | ||
git lfs install | ||
git clone https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct ${CHECKPOINT_PATH} |
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.
Please add the commit as of today (there has been no update since 9/25) so we are fixed on one version of the checkpoint
No description provided.