-
Notifications
You must be signed in to change notification settings - Fork 706
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
{ai}[foss/2023a] PyTorch-bundle v2.3.0 w/ CUDA 12.1.1 #22048
base: develop
Are you sure you want to change the base?
{ai}[foss/2023a] PyTorch-bundle v2.3.0 w/ CUDA 12.1.1 #22048
Conversation
Updated software
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
torch-tb-profiler
and dependencies can be removed.- We've stopped recommending
torchdata
to our users, but I suspect that it's still a build dependency for some of the other packages.
('tqdm', '4.66.1'), # for torchtext | ||
('double-conversion', '3.3.0'), # for torchtext | ||
('utf8proc', '2.8.0'), # for torchtext | ||
('tensorboard', '2.15.1'), # for torch-tb-profiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
('tensorboard', '2.15.1'), # for torch-tb-profiler |
torch-tb-profiler has been deprecated https://github.com/pytorch/kineto?tab=readme-ov-file#pytorch-tensorboard-profiler-deprecated
('torch-tb-profiler', '0.4.3', { | ||
'modulename': 'torch.profiler', | ||
'runtest': ( | ||
'pytest' | ||
' --ignore=test/test_tensorboard_end2end.py' # timeouts | ||
' -k "not test_dump_gpu_metrics"' # missing file | ||
'" and not test_profiler_api_with_record_shapes_memory_stack"' # fails | ||
'" and not test_profiler_api_without_record_shapes_memory_stack"' # fails | ||
'" and not test_profiler_api_without_step"' # fails | ||
'" and not test_autograd_api"' # fails | ||
), | ||
'sources': ['torch_tb_profiler-%(version)s.tar.gz'], | ||
'testinstall': True, | ||
'checksums': ['8b8d29b2de960b3c4423087b23cec29beaf9ac3a8c7b046c18fd25b218f726b1'], | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
('torch-tb-profiler', '0.4.3', { | |
'modulename': 'torch.profiler', | |
'runtest': ( | |
'pytest' | |
' --ignore=test/test_tensorboard_end2end.py' # timeouts | |
' -k "not test_dump_gpu_metrics"' # missing file | |
'" and not test_profiler_api_with_record_shapes_memory_stack"' # fails | |
'" and not test_profiler_api_without_record_shapes_memory_stack"' # fails | |
'" and not test_profiler_api_without_step"' # fails | |
'" and not test_autograd_api"' # fails | |
), | |
'sources': ['torch_tb_profiler-%(version)s.tar.gz'], | |
'testinstall': True, | |
'checksums': ['8b8d29b2de960b3c4423087b23cec29beaf9ac3a8c7b046c18fd25b218f726b1'], | |
}), |
torch-tb-profiler has been deprecated https://github.com/pytorch/kineto?tab=readme-ov-file#pytorch-tensorboard-profiler-deprecated
(created using
eb --new-pr
)depends on: