g-h-chen commited on
Commit
dbb5f2d
1 Parent(s): 1091cfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -78,11 +78,13 @@ achieve competitive results on 17 benchmarks.
78
 
79
  ## 🏭 Inference
80
 
81
- ### Load from 🤗 (Recommended)
82
- See the [example script](https://github.com/FreedomIntelligence/ALLaVA/blob/main/allava/serve/huggingface_inference.py).
 
 
83
 
84
- ### CLI
85
- See [here](https://github.com/FreedomIntelligence/ALLaVA/tree/main?tab=readme-ov-file#cli) for CLI code snippet.
86
 
87
 
88
 
 
78
 
79
  ## 🏭 Inference
80
 
81
+ All models can be loaded from 🤗 with `.from_pretrained()`.
82
+ Check out the [example scripts](https://github.com/FreedomIntelligence/ALLaVA/tree/main/allava/serve) and make sure you have the same outputs as shown in the scripts.
83
+ <!-- ### Load from 🤗 (Recommended)
84
+ See the [example script](https://github.com/FreedomIntelligence/ALLaVA/blob/main/allava/serve/huggingface_inference.py). -->
85
 
86
+ <!-- ### CLI
87
+ See [here](https://github.com/FreedomIntelligence/ALLaVA/tree/main?tab=readme-ov-file#cli) for CLI code snippet. -->
88
 
89
 
90