Skip to content

Commit

Permalink
set defaults to False
Browse files Browse the repository at this point in the history
  • Loading branch information
0x404 committed Sep 22, 2024
1 parent ec1a81a commit c2a8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Llama/configs/llama_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
scale_mask_softmax_fusion=False,
amp_enabled=True,
# Inference
fp16_inference=True,
fp16_inference=False,
is_encoder_decoder=False,
max_length=256,
min_length=0,
Expand Down

0 comments on commit c2a8ef6

Please sign in to comment.