diff options
author | Christian C <cc@localhost> | 2024-11-11 12:29:32 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2024-11-11 12:29:32 -0800 |
commit | b85ee9d64a536937912544c7bbd5b98b635b7e8d (patch) | |
tree | cef7bc17d7b29f40fc6b1867d0ce0a742d5583d0 /PyTorchEnvironment-cpu.yml |
Initial commit
Diffstat (limited to 'PyTorchEnvironment-cpu.yml')
-rw-r--r-- | PyTorchEnvironment-cpu.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/PyTorchEnvironment-cpu.yml b/PyTorchEnvironment-cpu.yml new file mode 100644 index 0000000..905515a --- /dev/null +++ b/PyTorchEnvironment-cpu.yml @@ -0,0 +1,31 @@ +name: pt_cpu + +dependencies: + - python=3.8 + - ninja + - tqdm + - pytorch=1.13.1 + - torchvision + - torchaudio + - h5py + - pyyaml + - sharedarray + - tensorboard + - tensorboardx + - yapf + - addict + - einops + - scipy + - plyfile + - termcolor + - pytorch-cluster + - pytorch-scatter + - pytorch-sparse + - pandas + - matplotlib + - scikit-learn + - ipykernel + - pip: + - torch-geometric + - spconv-cu113 + - open3d |