|
3 | 3 | numpy==1.23 # Installing NumPy, a package for scientific computing |
4 | 4 |
|
5 | 5 | --extra-index-url https://download.pytorch.org/whl/cpu |
6 | | -torch==2.1.2+cpu # Installing PyTorch, for Tensor computation and Deep neural networks |
| 6 | +torch==2.1.2+cpu # Installing PyTorch, for Tensor computation and Deep neural networks |
7 | 7 |
|
8 | 8 | # https://github.com/huggingface/alignment-handbook/issues/94 |
9 | 9 | # huggingface_hub>=0.19.2 |
10 | 10 |
|
11 | 11 | # "tokenizers>=0.11.1,!=0.11.3,<0.14 is required for a normal functioning of this module" https://stackoverflow.com/a/77702552 |
12 | 12 | # Except this fails. |
13 | | -tokenizers>=0.11.1,!=0.11.3,<0.14 |
| 13 | +tokenizers>=0.11.1,!=0.11.3,<0.14 # Installing Tokenizers |
14 | 14 |
|
15 | | -# transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow |
| 15 | +# transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow |
16 | 16 | # Solves: module 'torch.utils._pytree' has no attribute 'register_pytree_node' https://stackoverflow.com/a/78416003 |
17 | | -transformers==4.28.0 # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow |
| 17 | +transformers==4.28.0 # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow |
18 | 18 |
|
19 | 19 | # https://pypi.org/project/optimum/ |
20 | | -# optimum[openvino, nncf] # Installing Optimum to allow OpenVINO and the Neural Network Compression Framework integration |
21 | | -# optimum[openvino] # Installing Optimum to allow OpenVINO integration |
22 | | -optimum[intel] # Installing Optimum to make the model happy |
23 | | -diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX. |
| 20 | +# optimum[openvino, nncf] # Installing Optimum to allow OpenVINO and the Neural Network Compression Framework integration |
| 21 | +# optimum[openvino] # Installing Optimum to allow OpenVINO integration |
| 22 | +optimum[intel] # Installing Optimum to make the model happy |
| 23 | +diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX. |
24 | 24 |
|
25 | | -CodeProject-AI-SDK # Installing the CodeProject.AI SDK |
| 25 | +CodeProject-AI-SDK # Installing the CodeProject.AI SDK |
26 | 26 |
|
27 | 27 | # last line empty. |
0 commit comments