We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rtol
1 parent e5ef0c0 commit 7e0f459Copy full SHA for 7e0f459
test/convergence/test_mini_models.py
@@ -533,7 +533,7 @@ def run_mini_model(
533
1e-4,
534
torch.float32,
535
8e-6, # 1e-8,
536
- 2e-5, # 1e-5,
+ 4e-2, # 1e-5,
537
5e-3,
538
1e-5,
539
@@ -549,7 +549,7 @@ def run_mini_model(
549
550
torch.bfloat16,
551
1e-3,
552
- 1e-2,
+ 5e-2,
553
1e-1,
554
1e-2,
555
0 commit comments