mv op dependency

This commit is contained in:
shengdinghu 2022-02-14 22:53:09 +08:00
parent b856ad0fb9
commit 5e7d68cc1a
4 changed files with 16 additions and 1 deletions

BIN
dist/opendelta-0.0.1-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/opendelta-0.0.1.tar.gz vendored Normal file

Binary file not shown.

View File

@ -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
```

View File

@ -3,7 +3,6 @@ transformers==4.10.0
datasets==1.17.0
sentencepiece==0.1.96
tqdm==4.62.2
openprompt
loralib
decorator
rich