Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install torch 1.7.1

# CUDA 10.2
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch

# CUDA 11.1
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cpuonly -c pytorch
Comment

torch 1.1.0 install

# CUDA 9.0
conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0 -c pytorch

# CUDA 10.0
conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.0 -c pytorch

# CPU Only
conda install pytorch-cpu==1.1.0 torchvision-cpu==0.3.0 cpuonly -c pytorch
Comment

PREVIOUS NEXT
Code Example
Shell :: difference between two files linux 
Shell :: install glfw debian 
Shell :: remove commits from github 
Shell :: Octave Install Packages Commands 
Shell :: install elasticsearch on ubuntu 
Shell :: how to install mono on ubuntui 
Shell :: until loop bash 
Shell :: adding images to readme github 
Shell :: bash get last character of string 
Shell :: laravel install by composer 
Shell :: unix history date time 
Shell :: git add except files 
Shell :: install composer on ubuntu 20.04 
Shell :: facebook for linux 
Shell :: git deinit repo 
Shell :: git clone commit hash 
Shell :: yarn remove package 
Shell :: how to use xampp localhost 
Shell :: push with token github 
Shell :: how to install react native 
Shell :: chmod 777 command in linux 
Shell :: how to set global github username and password in git 
Shell :: big sur ERROR: Error installing ffi: ERROR: Failed to build gem native extension. 
Shell :: how to start nginx in ubuntu 
Shell :: how to configure git and github 
Shell :: beyond compare mac using brew 
Shell :: git reset initial commit 
Shell :: bash if is symlink 
Shell :: docker getting-started 
Shell :: docker redis set username and password 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =