Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ ProLLaMA_Stage_1 is based on Llama-2-7b, so please follow the license of Llama2.
|
|
12 |
```bash
|
13 |
# you can replace the model_path with your local path
|
14 |
CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA_Stage_1" --interactive
|
|
|
|
|
|
|
15 |
# main.py is as follows 👇:
|
16 |
```
|
17 |
|
|
|
12 |
```bash
|
13 |
# you can replace the model_path with your local path
|
14 |
CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA_Stage_1" --interactive
|
15 |
+
# For example:
|
16 |
+
# Input:Seq=
|
17 |
+
# Then the model outputs:Seq=<xxxxxxxxxxxx>
|
18 |
# main.py is as follows 👇:
|
19 |
```
|
20 |
|