-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements_intel.txt
More file actions
117 lines (95 loc) · 1.48 KB
/
requirements_intel.txt
File metadata and controls
117 lines (95 loc) · 1.48 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#
# Copyright(c) 2025 Intel. Licensed under the MIT License <http://opensource.org/licenses/MIT>.
#
### Pytorch ###
# For Intel Silicon, use the official PyTorch XPU wheels
--extra-index-url https://download.pytorch.org/whl/xpu
torch==2.8.0
torchvision==0.23.0
torchaudio==2.8.0
### Pytorch Geometric ###
torch_geometric
-f https://data.pyg.org/whl/torch-2.8.0+cpu.html
pyg_lib
torch_scatter
torch_sparse
torch_cluster
torch_spline_conv
### Pytorch Extras ###
torchtyping
vector-quantize-pytorch
### Hydra ###
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
### Hugging Face ###
accelerate
diffusers
timm
transformers
### AI utils ###
chardet
einops
einx
ocnn
x_transformers
### Python utils ###
beartype
black
defusedxml
dill
easydict
flake8
h5py
imageio
lxml
matplotlib
notebook
numpy
numpy-quaternion
opencv-python
pandas
plyfile
pre-commit
pykdtree
# pyrender # requires numpy < 2.0
git+https://github.com/hilookas/pyrender@master#egg=pyrender
PyOpenGL==3.1.9
PyOpenGL-accelerate
pytest
scikit-image
scikit-learn
scipy
setuptools
shapely
transforms3d
yacs
### Compile utils ###
cmake
cython
ninja
### Log & OS ###
coloredlogs
rootutils
rich
sh
termcolor
tqdm
tqdm_joblib
wget
### Mesh Processing ###
mesh2sdf
open3d>=0.19.0
PyMCubes
trimesh
mapbox-earcut
manifold3d
### Loggers ###
tensorboard
tensorboard-plugin-profile
tensorboardX
# wandb
# neptune-client
# mlflow
# comet-ml
# aim>=3.16.2 # no lower than 3.16.2, see https://github.com/aimhubio/aim/issues/2550