Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jasmine/train_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Args:
mask_limit: float = 0.5
z_loss_weight: float = 0.0
param_dtype = jnp.float32
dtype = jnp.bfloat16
dtype = jnp.float32
use_flash_attention: bool = True
use_gt_actions: bool = False
# Logging
Expand Down