Skip to content

Commit c087adc

Browse files
authored
Update README.md
1 parent a45ccf4 commit c087adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Parameter-efficient transfer learning (PETL) methods only tune a small number of
1616
This repo is a fork of the [huggingface transformers](https://github.com/huggingface/transformers) repo (forked on June 23, 2021), and the code is tested on [PyTorch](https://pytorch.org) 1.9.0. Please follow the instructions below to install dependencies after you set up PyTorch:
1717

1818
```bash
19-
git clone [email protected]:jxhe/MAM-adapter.git
20-
cd MAM-adapter
19+
git clone [email protected]:jxhe/unify-parameter-efficient-tuning.git
20+
cd unify-parameter-efficient-tuning
2121

2222
# install transformers from this repo
2323
pip install -e .

0 commit comments

Comments
 (0)