Update README.md
Browse files
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
|