-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.linux.cuda11.txt
23 lines (17 loc) · 1.14 KB
/
requirements.linux.cuda11.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! Python3.7
# CUDA requirements for Linux with CUDA 11 installed
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
## For CUDA 11.7 (will work in CUDA 11.8)
--extra-index-url https://download.pytorch.org/whl/cu117
torch==1.13.1+cu117 # Installing PyTorch, an open source machine learning framework
--extra-index-url https://download.pytorch.org/whl/cu117
torchvision==0.14.1+cu117 # Installing TorchVision, for working with computer vision models
# 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.