replace attention in the yaml config with an enum
This commit is contained in:
@@ -10,7 +10,8 @@ load_in_4bit: true
|
||||
sequence_len: 1024
|
||||
bf16: auto
|
||||
tf32: false
|
||||
flash_attention: true
|
||||
attention: flash
|
||||
|
||||
special_tokens:
|
||||
bos_token: "<|startoftext|>"
|
||||
eos_token: "<|endoftext|>"
|
||||
|
||||
Reference in New Issue
Block a user