Skip to content

Commit

Permalink
1.5T with more CUDA memory for plan A
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear committed Apr 30, 2021
1 parent 5f67e4d commit eada68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_bert_model(is_ckp: bool = False,

if is_ps:
manager = HybridPSManager()
manager.init([1024 * 1024 * 1024 * 2] * 1,
manager.init([1024 * 1024 * 1024 * 8] * 1,
[1024 * 1024 * 1024 * 4 * 4])
# chunk 512 MB, good for CPU-GPU bandwidth
client = HybridPSClient(gpu_index=0,
Expand Down

0 comments on commit eada68d

Please sign in to comment.