Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame
120 Bytes
Blocking the main thread
Currently PyTorch is not async aware, and computation will block the main
thread while running.