taesiri commited on
Commit
dda4bfa
1 Parent(s): c38303f
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -31,3 +31,10 @@ LLaVA-v1.5-13B-LoRA was trained in December 2023.
31
  - [Checkpoint 1](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-1) trained on `28K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
32
  - [Checkpoint 5](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-5) trained on `74K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
33
  - [Checkpoint 8](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-8) trained on `185K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
 
 
 
 
 
 
 
 
31
  - [Checkpoint 1](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-1) trained on `28K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
32
  - [Checkpoint 5](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-5) trained on `74K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
33
  - [Checkpoint 8](https://huggingface.co/taesiri/llava-videogame-qa-lora-wip/tree/main/lora-checkpoints-8) trained on `185K` question-answering pairs. Base Model: `liuhaotian/llava-v1.5-13b`
34
+
35
+
36
+ **How to run**
37
+
38
+ ```bash
39
+ python -m llava.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path ./lora-checkpoints-8 --model-base liuhaotian/llava-v1.5-13b
40
+ ```