mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.57k stars 548 forks source link

Alternative method for downloading Llama2 70b #722

Open tianmu-li opened 3 months ago

tianmu-li commented 3 months ago

Is it allowed to use "git clone https://huggingface.co/regisss/llama2-70b-fused-qkv-mlperf" (with git-lfs) instead of using the Google Drive link to download the model? The weights in the repo are smaller (bf16 vs fp32?) and running git clone is easier on Linux.