Skip to content

Commit fdeefbe

Browse files
biduantim202503
authored andcommitted
update linux doc
Signed-off-by: Ricky Li <wanjli@qti.qualcomm.com>
1 parent fbbf682 commit fdeefbe

File tree

1 file changed

+19
-39
lines changed

1 file changed

+19
-39
lines changed

samples/linux/README.md

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -210,30 +210,6 @@ libAppBuilder.ModelDestroy(model_name);
210210
```
211211
212212
213-
### Vision Language Model Examples
214-
215-
QAI AppBuilder provides examples for building Vision Language Model (VLM) applications that combine image and video understanding with natural language processing.
216-
217-
#### Running VLM Examples
218-
219-
Navigate to the VLM samples directory and run the demo:
220-
221-
```bash
222-
cd samples/linux/python/qwen2_vl
223-
python demo_app.py <model_path>
224-
```
225-
226-
**Parameters:**
227-
- `<model_path>`: Path to the directory containing the Qwen2-VL QNN model files
228-
229-
**VLM Capabilities:**
230-
- Image/Video/Web camera input processing
231-
- Multimodal inference combining vision and language
232-
- Natural language output generation
233-
- Qwen2-VL-2B-Instruct model support
234-
235-
**For detailed setup and usage instructions, see:** [Qwen2-VL Demo (Linux Python)](./python/qwen2_vl/README.md)
236-
237213
238214
## Advanced Application Examples
239215
@@ -243,7 +219,7 @@ In addition to the computer vision samples above, QAI AppBuilder provides advanc
243219
244220
1. **Chat Application with OpenAI-Compatible API**: Build conversational chat WebUI applications using OpenAI-compatible APIs for seamless integration.
245221
246-
2. **LangFlow Low-Code Framework**: Deploy and run the LangFlow low-code framework on IQ9075 for rapid AI application development.
222+
2. **Vision Language Model Examples**: Example for building Vision Language Model (VLM) applications that combine image and video understanding with natural language processing..
247223
248224
### Advanced Example 1: Chat Application with OpenAI-Compatible API
249225
@@ -266,26 +242,30 @@ Build a chat application powered by large language models (LLMs) using OpenAI-co
266242
3. **Access the WebUI:**
267243
Open your browser and navigate to `http://localhost:7860` (default port)
268244

269-
### Advanced Example 2: LangFlow Low-Code Framework
270245

271-
Deploy LangFlow, a visual low-code framework for building AI applications with drag-and-drop components.
246+
### Advanced Example 2: Vision Language Model Examples
272247

273-
**Steps to Run:**
248+
QAI AppBuilder provides examples for building Vision Language Model (VLM) applications that combine image and video understanding with natural language processing.
274249

275-
1. **Start the LLM Service:**
276-
```bash
277-
cd tools/launcher_linux
278-
bash ./4.Start_GenieAPIService.sh
279-
```
250+
#### Running VLM Examples
280251

281-
2. **Install and Launch LangFlow:**
282-
```bash
283-
bash ./5.Install_LangFlow.sh
284-
bash ./6.Start_LangFlow.sh
285-
```
252+
Navigate to the VLM samples directory and run the demo:
286253

287-
Once started, access the LangFlow web interface to design and deploy your AI workflows visually.
254+
```bash
255+
cd samples/linux/python/qwen2_vl
256+
python demo_app.py <model_path>
257+
```
258+
259+
**Parameters:**
260+
- `<model_path>`: Path to the directory containing the Qwen2-VL QNN model files
288261

262+
**VLM Capabilities:**
263+
- Image/Video/Web camera input processing
264+
- Multimodal inference combining vision and language
265+
- Natural language output generation
266+
- Qwen2-VL-2B-Instruct model support
267+
268+
**For detailed setup and usage instructions, see:** [Qwen2-VL Demo (Linux Python)](./python/qwen2_vl/README.md)
289269

290270
## Additional Resources
291271

0 commit comments

Comments
 (0)