U
/u/vast_ai
Guest
This error usually means thereβs a mismatch between what the model or PyTorch expects and the input data/versions on the GPU. First, verify your environment: make sure PyTorch, CUDA, and
For faster help, click on the chat support button in the bottom right. We typically can get back to you in a few minutes to help troubleshoot what is happening.
Continue reading...
transformers
are installed in compatible versions. Next, try setting CUDA_LAUNCH_BLOCKING=1
to get a more detailed traceback. Also test with shorter input to ensure youβre not exceeding the modelβs max token limit. Finally, confirm that your GPU driver and compute capability on Vast.ai match what PyTorch requires, because sometimes older GPUs or mismatched drivers trigger βdevice-side assertβ errors.For faster help, click on the chat support button in the bottom right. We typically can get back to you in a few minutes to help troubleshoot what is happening.
Continue reading...