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
MetaMath_7B_pytorch
Commits
e815f118
Commit
e815f118
authored
Nov 26, 2024
by
zhougaofeng
Browse files
Update run.sh
parent
254d6a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
run.sh
run.sh
+0
-4
No files found.
run.sh
View file @
e815f118
...
@@ -30,7 +30,3 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 python3 -m torch.distributed.launch --master_addr $
...
@@ -30,7 +30,3 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 python3 -m torch.distributed.launch --master_addr $
--fsdp_transformer_layer_cls_to_wrap
'LlamaDecoderLayer'
\
--fsdp_transformer_layer_cls_to_wrap
'LlamaDecoderLayer'
\
--tf32
True
--tf32
True
#精度测试(推荐使用八卡),若要改变卡数,需要到对应的py文件中修改代码
export
CUDA_VISIBLE_DEVICES
=
0,1,2,3,4,5,6,7
python eval_gsm8k.py
--model
$SAVE_PATH
--data_path
./data/test/GSM8K_test.jsonl
python eval_math.py
--model
$SAVE_PATH
--data_path
./data/test/MATH_test.jsonl
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