Xin Lai commited on
Commit
987676d
·
1 Parent(s): f6891fd

Update README.md

Browse files

Former-commit-id: 7750f1d7be07992a854dc4775cdf6158e62cf6ab

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -72,6 +72,7 @@
72
  <p align="center"> <img src="imgs/fig_overview.jpg" width="100%"> </p>
73
 
74
  ## News
 
75
  - [x] [2023.8.23] Refactor code, and release new model [LISA-13B-llama2-v1](https://huggingface.co/xinlai/LISA-13B-llama2-v1). welcome to check it out!
76
  - [x] [2023.8.9] Training code is released!
77
  - [x] [2023.8.4] [Online Demo](http://103.170.5.190:7860/) is released!
@@ -225,7 +226,7 @@ deepspeed --master_port=24999 train_ds.py \
225
 
226
  ## Inference
227
 
228
- To chat with [LISA-13B-llama2-v1](https://huggingface.co/xinlai/LISA-13B-llama2-v1) or [LISA-13B-llama2-v1-explanatory](https://huggingface.co/xinlai/LISA-13B-llama2-v1-explanatory) (Coming Soon):
229
  (Note that `chat.py` currently does not support `v0` models (i.e., `LISA-13B-llama2-v0` and `LISA-13B-llama2-v0-explanatory`), if you want to use the `v0` models, please first checkout to the legacy version repo `git checkout 0e26916`.)
230
  ```
231
  CUDA_VISIBLE_DEVICES=0 python chat.py --version='xinlai/LISA-13B-llama2-v1'
 
72
  <p align="center"> <img src="imgs/fig_overview.jpg" width="100%"> </p>
73
 
74
  ## News
75
+ - [x] [2023.8.30] Release new model [LISA-13B-llama2-v1-explanatory](https://huggingface.co/xinlai/LISA-13B-llama2-v1-explanatory), [LISA-7B-v1](https://huggingface.co/xinlai/LISA-7B-v1), and [LISA-7B-v1-explanatory](https://huggingface.co/xinlai/LISA-7B-v1-explanatory). welcome to check it out!
76
  - [x] [2023.8.23] Refactor code, and release new model [LISA-13B-llama2-v1](https://huggingface.co/xinlai/LISA-13B-llama2-v1). welcome to check it out!
77
  - [x] [2023.8.9] Training code is released!
78
  - [x] [2023.8.4] [Online Demo](http://103.170.5.190:7860/) is released!
 
226
 
227
  ## Inference
228
 
229
+ To chat with [LISA-13B-llama2-v1](https://huggingface.co/xinlai/LISA-13B-llama2-v1) or [LISA-13B-llama2-v1-explanatory](https://huggingface.co/xinlai/LISA-13B-llama2-v1-explanatory):
230
  (Note that `chat.py` currently does not support `v0` models (i.e., `LISA-13B-llama2-v0` and `LISA-13B-llama2-v0-explanatory`), if you want to use the `v0` models, please first checkout to the legacy version repo `git checkout 0e26916`.)
231
  ```
232
  CUDA_VISIBLE_DEVICES=0 python chat.py --version='xinlai/LISA-13B-llama2-v1'