GreatCaptainNemo commited on
Commit
2e12f20
·
verified ·
1 Parent(s): df0c3d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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