blob: 905515ade72807df788f94aa4ee2f4e6cba8a359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
|