Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in test_time_training.py: Index Out of Range and CUDA Out of Memory #5

Open
deepmindby opened this issue Dec 20, 2024 · 0 comments

Comments

@deepmindby
Copy link

Issue Description
While running test_time_training.py, some tasks train successfully, but others fail with errors.

Errors Encountered:
1. list index out of range during training for certain tasks.
2. CUDA out of memory for specific tasks, even though the GPU has significant memory in use by PyTorch but some reserved memory remains unallocated.

Example:
INFO:torchtune.utils._logging: Profiler config after instantiation: {'enabled': False}
0%| | 0/125 [00:00<?, ?it/s]
list index out of range
Error training for 0a2355a6
0%| | 0/125 [00:00<?, ?it/s]

Please advise on potential solutions or debugging approaches for these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant