miknad2319 commited on
Commit
0863fa9
1 Parent(s): 12482d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -4,7 +4,8 @@ I elected to use an Anaconda Virtual Environment, although that decision will li
4
 
5
  If you don't have Anaconda installed you can download it from here: https://docs.anaconda.com/anaconda/install/index.html
6
 
7
- With Anaconda installed, we then make a new conda environment using the command <conda create --name your_env_name>
 
8
 
9
  https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
10
 
@@ -14,15 +15,10 @@ We then intall the following packages:
14
 
15
  -----Transformers
16
 
17
- I already have PyTorch installed, but to download PyTorch into your conda virtual environment,
 
18
 
19
- activate your virtual environment using the command:
20
-
21
- <conda activate your_env_name>
22
-
23
- then run the command:
24
-
25
- <conda install pytorch torchvision torchaudio -c pytorch>
26
 
27
  For Transformers you can use the command <conda install -c conda-forge transformers> (REMEMBER TO
28
  INSTALL PACKAGES IN YOUR VIRTUAL ENVIRONMENT ONLY)
 
4
 
5
  If you don't have Anaconda installed you can download it from here: https://docs.anaconda.com/anaconda/install/index.html
6
 
7
+ With Anaconda installed, we then make a new conda environment using the command:
8
+ <conda create --name your_env_name>
9
 
10
  https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
11
 
 
15
 
16
  -----Transformers
17
 
18
+ I already have PyTorch installed, but to download PyTorch into your conda virtual environment activate your
19
+ virtual environment using the command <conda activate your_env_name>
20
 
21
+ then run the command <conda install pytorch torchvision torchaudio -c pytorch>
 
 
 
 
 
 
22
 
23
  For Transformers you can use the command <conda install -c conda-forge transformers> (REMEMBER TO
24
  INSTALL PACKAGES IN YOUR VIRTUAL ENVIRONMENT ONLY)