-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.windows.cuda.txt
More file actions
33 lines (25 loc) · 1.83 KB
/
requirements.windows.cuda.txt
File metadata and controls
33 lines (25 loc) · 1.83 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
#! Python3.9
numpy<2.0 # Installing NumPy, a package for scientific computing
# Pandas # Installing Pandas, a data analysis / data manipulation tool
# CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models
# OpenCV-Python # Installing OpenCV, the Open source Computer Vision library
# Pillow<10.0.0 # Installing Pillow, a Python Image Library
# SciPy # Installing SciPy, a library for mathematics, science, and engineering
# PyYAML # Installing PyYAML, a library for reading configuration files
# https://pytorch.org/get-started/locally/ says to do this, but if you do, (a) Pandas used to get
# upset, and (b) this installs Torch 2.0 or 1.3 depending on the python version, and 2.0 has issues
# --index-url https://download.pytorch.org/whl/cu117
# torch # Installing PyTorch, an open source machine learning framework
# --index-url https://download.pytorch.org/whl/cu117
# torchvision # Installing TorchVision, for working with computer vision models
## For CUDA 11.7
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework
--find-links https://download.pytorch.org/whl/torch_stable.html
torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models
# Specific version because we have a patch
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
# We need this, but we don't need this.
# Seaborn # Installing Seaborn, a data visualization library based on matplotlib
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty.