Skip to content

Commit

Permalink
mv op dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ShengdingHu committed Feb 14, 2022
1 parent b856ad0 commit 5e7d68c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file added dist/opendelta-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/opendelta-0.0.1.tar.gz
Binary file not shown.
16 changes: 16 additions & 0 deletions examples/tutorial/README.md
Original file line number Diff line number Diff line change
@@ -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
```
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ transformers==4.10.0
datasets==1.17.0
sentencepiece==0.1.96
tqdm==4.62.2
openprompt
loralib
decorator
rich
Expand Down

0 comments on commit 5e7d68c

Please sign in to comment.