mv op dependency
This commit is contained in:
parent
b856ad0fb9
commit
5e7d68cc1a
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
## 0_basic.py
|
||||||
|
The scripts for docs/basic_usage
|
||||||
|
|
||||||
|
## 1_interactive
|
||||||
|
Using interactive module selection
|
||||||
|
We suggest run it in vscode terminal where port mapping is automatic done for you.
|
||||||
|
|
||||||
|
## 1_with_openprompt.py
|
||||||
|
Integrate opendelta with openprompt.
|
||||||
|
|
||||||
|
requirement:
|
||||||
|
```
|
||||||
|
pip install openprompt
|
||||||
|
|
||||||
|
```
|
|
@ -3,7 +3,6 @@ transformers==4.10.0
|
||||||
datasets==1.17.0
|
datasets==1.17.0
|
||||||
sentencepiece==0.1.96
|
sentencepiece==0.1.96
|
||||||
tqdm==4.62.2
|
tqdm==4.62.2
|
||||||
openprompt
|
|
||||||
loralib
|
loralib
|
||||||
decorator
|
decorator
|
||||||
rich
|
rich
|
||||||
|
|
Loading…
Reference in New Issue