SkywalkerLu commited on
Commit
3867a02
1 Parent(s): edd401d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ The second output is the sequence embedding generated by the model.
20
  For both models, we have written separate tutorials in this file to facilitate ease of use.
21
 
22
  ### How to use
23
- First, users need download these packages, `pytorch`, ` fair-esm`, `transformers`
24
  ```
25
  pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
26
  pip install transformers
 
20
  For both models, we have written separate tutorials in this file to facilitate ease of use.
21
 
22
  ### How to use
23
+ First, users need to download the following packages: `pytorch`, `fair-esm`, and `transformers`. Additionally, the CUDA version must be 11.8 or higher; otherwise, the model will need to be run on CPU.
24
  ```
25
  pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
26
  pip install transformers