Skip to content

Commit 0aa0731

Browse files
committed
Numpy fix
1 parent ef27e37 commit 0aa0731

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

requirements.cuda11.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! Python3.9
22

3+
numpy==1.23 # Installing NumPy, a package for scientific computing
4+
35
## For CUDA 11.7
46
--find-links https://download.pytorch.org/whl/torch_stable.html
57
torch==2.0.1 # Installing PyTorch, an open source machine learning framework

requirements.cuda12.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! Python3.9
22

3+
numpy==1.23 # Installing NumPy, a package for scientific computing
4+
35
--extra-index-url https://download.pytorch.org/whl/cu121
46
torch==2.1.2 # Installing PyTorch, for Tensor computation and Deep neural networks
57

requirements.macos.arm64.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! Python3.9
22

3+
numpy==1.23 # Installing NumPy, a package for scientific computing
4+
35
# Looking for more info on M1 chips? https://developer.apple.com/forums/thread/695963
46

57
torch # Installing PyTorch, for Tensor computation and Deep neural networks

requirements.macos.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! Python3.9
22

3+
numpy==1.23 # Installing NumPy, a package for scientific computing
4+
35
torch # Installing PyTorch, for Tensor computation and Deep neural networks
46

57
# https://pypi.org/project/optimum/

0 commit comments

Comments
 (0)