"...composable_kernel.git" did not exist on "01f722b0d3ec388cc631fd858e1ca78926f68b7e"
Unverified Commit 277d3aed authored by Shauray Singh's avatar Shauray Singh Committed by GitHub
Browse files

documentation for llama2 models (#25102)

* fix documentation

* changes
parent a5cc30d7
...@@ -282,6 +282,7 @@ def main(): ...@@ -282,6 +282,7 @@ def main():
parser.add_argument( parser.add_argument(
"--model_size", "--model_size",
choices=["7B", "7Bf", "13B", "13Bf", "30B", "65B", "70B", "70Bf", "tokenizer_only"], choices=["7B", "7Bf", "13B", "13Bf", "30B", "65B", "70B", "70Bf", "tokenizer_only"],
help="'f' models correspond to the finetuned versions, and are specific to the Llama2 official release. For more details on Llama2, checkout the original repo: https://huggingface.co/meta-llama",
) )
parser.add_argument( parser.add_argument(
"--output_dir", "--output_dir",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment