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
a6001056
Unverified
Commit
a6001056
authored
Apr 03, 2023
by
Kirill
Committed by
GitHub
Apr 03, 2023
Browse files
llama docs: fix conversion script url (#22514)
parent
9419f144
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/model_doc/llama.mdx
docs/source/en/model_doc/llama.mdx
+2
-2
No files found.
docs/source/en/model_doc/llama.mdx
View file @
a6001056
...
...
@@ -23,7 +23,7 @@ The abstract from the paper is the following:
Tips
:
-
Weights
for
the
LLaMA
models
can
be
obtained
from
by
filling
out
[
this
form
](
https
://
docs
.
google
.
com
/
forms
/
d
/
e
/
1F
AIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA
/
viewform
?
usp
=
send_form
)
-
After
downloading
the
weights
,
they
will
need
to
be
converted
to
the
Hugging
Face
Transformers
format
using
the
[
conversion
script
](/
src
/
transformers
/
models
/
llama
/
convert_llama_weights_to_hf
.
py
).
The
script
can
be
called
with
the
following
(
example
)
command
:
-
After
downloading
the
weights
,
they
will
need
to
be
converted
to
the
Hugging
Face
Transformers
format
using
the
[
conversion
script
](
https
://
github
.
com
/
huggingface
/
transformers
/
blob
/
main
/
src
/
transformers
/
models
/
llama
/
convert_llama_weights_to_hf
.
py
).
The
script
can
be
called
with
the
following
(
example
)
command
:
```
bash
python
src
/
transformers
/
models
/
llama
/
convert_llama_weights_to_hf
.
py
\
...
...
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