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
ModelZoo
llama3_pytorch
Commits
e005d327
Commit
e005d327
authored
May 06, 2024
by
Rayyyyy
Browse files
modify README 70B T0 8B
parent
5c13d125
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
e005d327
...
@@ -119,7 +119,7 @@ NPROC_PER_NODE=${DCU_NUM} xtuner train ./llama3_8b_instruct_qlora_alpaca_e3_M.py
...
@@ -119,7 +119,7 @@ NPROC_PER_NODE=${DCU_NUM} xtuner train ./llama3_8b_instruct_qlora_alpaca_e3_M.py
-
Meta-Llama-3-8B 模型示例,Meta-Llama-3-70B模型仅需替换--ckpt_dir、--tokenizer_path对应模型地址即可。
-
Meta-Llama-3-8B 模型示例,Meta-Llama-3-70B模型仅需替换--ckpt_dir、--tokenizer_path对应模型地址即可。
```
bash
```
bash
torchrun
--nproc_per_node
8 example_text_completion.py
\
torchrun
--nproc_per_node
8 example_text_completion.py
\
--ckpt_dir
Meta-Llama-3-
70
B/original/
\
--ckpt_dir
Meta-Llama-3-
8
B/original/
\
--tokenizer_path
Meta-Llama-3-8B/original/tokenizer.model
\
--tokenizer_path
Meta-Llama-3-8B/original/tokenizer.model
\
--max_seq_len
128
--max_batch_size
4
--max_seq_len
128
--max_batch_size
4
```
```
...
...
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