Skip to content

Commit eada68d

Browse files
committed
1.5T with more CUDA memory for plan A
1 parent 5f67e4d commit eada68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_bert_model(is_ckp: bool = False,
203203

204204
if is_ps:
205205
manager = HybridPSManager()
206-
manager.init([1024 * 1024 * 1024 * 2] * 1,
206+
manager.init([1024 * 1024 * 1024 * 8] * 1,
207207
[1024 * 1024 * 1024 * 4 * 4])
208208
# chunk 512 MB, good for CPU-GPU bandwidth
209209
client = HybridPSClient(gpu_index=0,

0 commit comments

Comments
 (0)