yasaisen commited on
Commit
374bb41
Β·
verified Β·
1 Parent(s): 2e25e99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ conda activate hard2softPPO
19
 
20
  git clone https://github.com/yasaisen/hardPrompt2softPrompt.git
21
  pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
22
- pip install transformers==4.51.3
 
 
23
  ```
24
 
25
  ## how to use
 
19
 
20
  git clone https://github.com/yasaisen/hardPrompt2softPrompt.git
21
  pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
22
+ pip install transformers==4.51.3, matplotlib
23
+
24
+ huggingface-cli login
25
  ```
26
 
27
  ## how to use