JustinLin610
commited on
Commit
•
cfe5514
1
Parent(s):
aec5cba
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ The directory includes 4 files, namely `config.json` which consists of model con
|
|
12 |
|
13 |
## How to use
|
14 |
To use it in transformers, please refer to https://github.com/OFA-Sys/OFA/tree/feature/add_transformers. Install the transformers and download the models as shown below.
|
15 |
-
```
|
16 |
git clone --single-branch --branch feature/add_transformers https://github.com/OFA-Sys/OFA.git
|
17 |
pip install OFA/transformers/
|
18 |
git clone https://huggingface.co/OFA-Sys/OFA-huge
|
|
|
12 |
|
13 |
## How to use
|
14 |
To use it in transformers, please refer to https://github.com/OFA-Sys/OFA/tree/feature/add_transformers. Install the transformers and download the models as shown below.
|
15 |
+
```bash
|
16 |
git clone --single-branch --branch feature/add_transformers https://github.com/OFA-Sys/OFA.git
|
17 |
pip install OFA/transformers/
|
18 |
git clone https://huggingface.co/OFA-Sys/OFA-huge
|