tooluniverse.tools.get_pytorch_info moduleΒΆ

get_pytorch_info

Get comprehensive information about PyTorch – an open source machine learning framework

tooluniverse.tools.get_pytorch_info.get_pytorch_info(include_examples, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Get comprehensive information about PyTorch – an open source machine learning framework

Parameters:
  • include_examples (bool) – Whether to include usage examples and quick start guide

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any