You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22%|██▏ | 8402/39003 [10:12:57<36:10:57, 4.26s/it]Traceback (most recent call last):
File "/home/bingxing2/home/scx6203/luckychao/stanford_alpaca/train.py", line 220, in <module>
train()
'''
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 208.00 MiB. GPU 1 has a total capacty of 39.41 GiB of which 183.50 MiB is free. Including non-PyTorch memory, this process has 39.23 GiB memory in use. Of the allocated memory 37.37 GiB is allocated by PyTorch, and 539.20 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
anyone know the reason? :( thanks again!!
The text was updated successfully, but these errors were encountered:
When I use 4 A100 40G to train the alpaca, I encountered an oom error during training.
this is my training arguments:
and this is the error:
anyone know the reason? :( thanks again!!
The text was updated successfully, but these errors were encountered: