-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
17 lines (11 loc) · 831 Bytes
/
requirements.txt
File metadata and controls
17 lines (11 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! Python3.9
numpy==1.23 # Installing NumPy, a package for scientific computing
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.1.2+cpu # Installing PyTorch, for Tensor computation and Deep neural networks
# https://pypi.org/project/optimum/
# optimum[openvino, nncf] # Installing Optimum to allow OpenVINO and the Neural Network Compression Framework integration
optimum[openvino] # Installing Optimum to allow OpenVINO integration
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty.