diff --git a/scripts/memory_compute_estimations/compute_req.py b/scripts/memory_compute_estimations/compute_req.py index 5f3188a09e2638c41da3d484773b64e42386668b..12e41a8014e61e6c3a8b383313113366df09269f 100644 --- a/scripts/memory_compute_estimations/compute_req.py +++ b/scripts/memory_compute_estimations/compute_req.py @@ -1,4 +1,5 @@ setups = { + "35M": { "L": 6, "H": 8, "D": 512, }, "70M": { "L": 10, "H": 10, "D": 640, }, "284M": { "L": 20, "H": 16, "D": 1024, }, "512M": { "L": 24, "H": 10, "D": 1280, }, diff --git a/scripts/memory_compute_estimations/memory_req.py b/scripts/memory_compute_estimations/memory_req.py index 0edcbd43e67c619f91ec2a85e7c6476cc18f0407..34391596f3e1db6b179a5453860b63b8a8a54a88 100644 --- a/scripts/memory_compute_estimations/memory_req.py +++ b/scripts/memory_compute_estimations/memory_req.py @@ -1,4 +1,5 @@ setups = { + "35M": { "L": 6, "H": 8, "D": 512, }, "70M": { "L": 10, "H": 10, "D": 640, }, "284M": { "L": 20, "H": 16, "D": 1024, }, "512M": { "L": 24, "H": 10, "D": 1280, },