songtianhui
commited on
Commit
·
bcbe017
1
Parent(s):
1d08b80
update
Browse files
README.md
CHANGED
|
@@ -87,7 +87,7 @@ It is recommended to use python=3.10, torch>=2.1.0, and transformers=4.48.2 as t
|
|
| 87 |
```python
|
| 88 |
from PIL import Image
|
| 89 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
| 90 |
-
model_path = "
|
| 91 |
model = AutoModelForCausalLM.from_pretrained(
|
| 92 |
model_path,
|
| 93 |
torch_dtype="auto",
|
|
|
|
| 87 |
```python
|
| 88 |
from PIL import Image
|
| 89 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
| 90 |
+
model_path = "sthui/SimpleSeg-Kimi-VL"
|
| 91 |
model = AutoModelForCausalLM.from_pretrained(
|
| 92 |
model_path,
|
| 93 |
torch_dtype="auto",
|