Skip to content

Commit 515ef0c

Browse files
committed
2 parents ff46291 + c98865c commit 515ef0c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

requirements.cuda11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ torch==2.0.1 # Installing PyTorch, an open source machine lea
77
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
88
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
99

10-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
10+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1111

1212
# last line empty.

requirements.cuda12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ torch==2.1.2 # Installing PyTorch, for Tensor computation and
66
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
77
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
88

9-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
9+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1010

1111
# last line empty.

requirements.linux.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
numpy==1.23 # Installing NumPy, a package for scientific computing
44

55
--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
77

88
# https://github.com/huggingface/alignment-handbook/issues/94
99
# huggingface_hub>=0.19.2
1010

1111
# "tokenizers>=0.11.1,!=0.11.3,<0.14 is required for a normal functioning of this module" https://stackoverflow.com/a/77702552
1212
# 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
1414

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
1616
# 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
1818

1919
# 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.
2424

25-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
25+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2626

2727
# last line empty.

requirements.macos.arm64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ torch # Installing PyTorch, for Tensor computation and
77
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
88
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
99

10-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
10+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1111

1212
# last line empty.

requirements.macos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ optimum[openvino] # Installing Optimum to allow OpenVINO integrati
99
diffusers[torch] # Installing Diffusers for state-of-the-art diffusion in PyTorch and JAX.
1010
transformers # Installing transformers for State-of-the-art machine Learning for JAX, PyTorch and TensorFlow
1111

12-
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
12+
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
1313

1414
# last line empty.

0 commit comments

Comments
 (0)