Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
|
|
3 |
---
|
4 |
### LLM text generation python examples
|
5 |
|
|
|
6 |
```python
|
7 |
from transformers import AutoConfig, AutoTokenizer
|
8 |
import onnxruntime
|
@@ -70,6 +71,7 @@ print(tokenizer.batch_decode(generated_tokens))
|
|
70 |
```
|
71 |
|
72 |
### VLM text generation python examples
|
|
|
73 |
```python
|
74 |
import argparse
|
75 |
import requests
|
|
|
3 |
---
|
4 |
### LLM text generation python examples
|
5 |
|
6 |
+
* run_llm.py
|
7 |
```python
|
8 |
from transformers import AutoConfig, AutoTokenizer
|
9 |
import onnxruntime
|
|
|
71 |
```
|
72 |
|
73 |
### VLM text generation python examples
|
74 |
+
* run_vlm.py
|
75 |
```python
|
76 |
import argparse
|
77 |
import requests
|