Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
277d3aed
Unverified
Commit
277d3aed
authored
Jul 26, 2023
by
Shauray Singh
Committed by
GitHub
Jul 26, 2023
Browse files
documentation for llama2 models (#25102)
* fix documentation * changes
parent
a5cc30d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/transformers/models/llama/convert_llama_weights_to_hf.py
src/transformers/models/llama/convert_llama_weights_to_hf.py
+1
-0
No files found.
src/transformers/models/llama/convert_llama_weights_to_hf.py
View file @
277d3aed
...
...
@@ -282,6 +282,7 @@ def main():
parser
.
add_argument
(
"--model_size"
,
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
(
"--output_dir"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment