在两个sh文件中设置knowlwdge_num与knowlwdge_length
This commit is contained in:
parent
7a0ac5a639
commit
21f3c8099e
@ -44,4 +44,6 @@ CUDA_VISIBLE_DEVICES=0 accelerate launch \
|
|||||||
--max_seq_len 512 \
|
--max_seq_len 512 \
|
||||||
--use_flash_attn \
|
--use_flash_attn \
|
||||||
--profile \
|
--profile \
|
||||||
--profile_interval 10
|
--profile_interval 10\
|
||||||
|
--knowlwdge_num 64*64 \
|
||||||
|
--knowlwdge_length 8
|
||||||
|
@ -45,4 +45,6 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 accelerate launch \
|
|||||||
--max_seq_len 1024 \
|
--max_seq_len 1024 \
|
||||||
--use_flash_attn \
|
--use_flash_attn \
|
||||||
--profile \
|
--profile \
|
||||||
--profile_interval 10
|
--profile_interval 10\
|
||||||
|
--knowlwdge_num 32*32 \
|
||||||
|
--knowlwdge_length 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user