GreatCaptainNemo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ license: apache-2.0
|
|
9 |
|
10 |
# Quick usage:
|
11 |
```bash
|
12 |
-
#you can replace the model_path with your local path
|
13 |
CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA" --interactive
|
14 |
-
#main.py is as follows 👇:
|
15 |
```
|
16 |
|
17 |
```python
|
|
|
9 |
|
10 |
# Quick usage:
|
11 |
```bash
|
12 |
+
# you can replace the model_path with your local path
|
13 |
CUDA_VISIBLE_DEVICES=0 python main.py --model "GreatCaptainNemo/ProLLaMA" --interactive
|
14 |
+
# main.py is as follows 👇:
|
15 |
```
|
16 |
|
17 |
```python
|