yezdata commited on
Commit
3201a17
·
verified ·
1 Parent(s): 10a4d12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ EmCoder v1.0 uses the `roberta-base` tokenizer for correct token-to-embedding ma
74
  ### 1. Setup & Tokenization
75
  Install dependencies
76
  ```bash
77
- pip install -r requirements.txt
78
  ```
79
  Setup EmCoder
80
  ```python
 
74
  ### 1. Setup & Tokenization
75
  Install dependencies
76
  ```bash
77
+ pip install torch transformers safetensors
78
  ```
79
  Setup EmCoder
80
  ```python