Created
September 12, 2024 23:47
-
-
Save hvaara/9db8389c15cf9a665a090ba85926a18d to your computer and use it in GitHub Desktop.
Example collect_env.py output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/dev/pytorch/pytorch main *12 !1 git branch | grep -e '^*' ✔ 8s pytorchdev 01:45:33 | |
* main | |
~/dev/pytorch/pytorch main *12 !1 python torch/utils/collect_env.py INT ✘ pytorchdev 01:45:22 | |
Collecting environment information... | |
PyTorch version: 2.5.0a0+gitdd47f6f | |
Is debug build: False | |
CUDA used to build PyTorch: None | |
ROCM used to build PyTorch: N/A | |
OS: macOS 14.6.1 (arm64) | |
GCC version: Could not collect | |
Clang version: 15.0.0 (clang-1500.3.9.4) | |
CMake version: version 3.30.1 | |
Libc version: N/A | |
Python version: 3.12.4 | packaged by conda-forge | (main, Jun 17 2024, 10:13:44) [Clang 16.0.6 ] (64-bit runtime) | |
Python platform: macOS-14.6.1-arm64-arm-64bit | |
Is CUDA available: False | |
CUDA runtime version: No CUDA | |
CUDA_MODULE_LOADING set to: N/A | |
GPU models and configuration: No CUDA | |
Nvidia driver version: No CUDA | |
cuDNN version: No CUDA | |
HIP runtime version: N/A | |
MIOpen runtime version: N/A | |
Is XNNPACK available: True | |
CPU: | |
Apple M3 Max | |
Versions of relevant libraries: | |
[pip3] flake8==6.1.0 | |
[pip3] flake8-bugbear==23.3.23 | |
[pip3] flake8-comprehensions==3.15.0 | |
[pip3] flake8-executable==2.1.3 | |
[pip3] flake8-logging-format==0.9.0 | |
[pip3] flake8-pyi==23.3.1 | |
[pip3] flake8-simplify==0.19.3 | |
[pip3] mypy==1.10.0 | |
[pip3] mypy-extensions==1.0.0 | |
[pip3] numpy==1.26.0 | |
[pip3] optree==0.12.1 | |
[pip3] torch==2.5.0a0+gitdd47f6f | |
[pip3] torch-tb-profiler==0.4.3 | |
[pip3] torchvision==0.20.0a0+0d80848 | |
[pip3] triton==3.0.0 | |
[conda] numpy 1.26.0 pypi_0 pypi | |
[conda] optree 0.12.1 pypi_0 pypi | |
[conda] torch 2.5.0a0+gitdd47f6f dev_0 <develop> | |
[conda] torch-tb-profiler 0.4.3 pypi_0 pypi | |
[conda] torchfix 0.4.0 pypi_0 pypi | |
[conda] torchvision 0.20.0a0+0d80848 dev_0 <develop> | |
[conda] triton 3.0.0 pypi_0 pypi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment