diff --git a/dist/opendelta-0.0.1-py3-none-any.whl b/dist/opendelta-0.0.1-py3-none-any.whl new file mode 100644 index 0000000..61df821 Binary files /dev/null and b/dist/opendelta-0.0.1-py3-none-any.whl differ diff --git a/dist/opendelta-0.0.1.tar.gz b/dist/opendelta-0.0.1.tar.gz new file mode 100644 index 0000000..369824c Binary files /dev/null and b/dist/opendelta-0.0.1.tar.gz differ diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md new file mode 100644 index 0000000..815a114 --- /dev/null +++ b/examples/tutorial/README.md @@ -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 + +``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e5fa365..9fee7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ transformers==4.10.0 datasets==1.17.0 sentencepiece==0.1.96 tqdm==4.62.2 -openprompt loralib decorator rich