VictorSanh
commited on
Commit
•
c816c5b
1
Parent(s):
01aa456
fixes
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
---
|
10 |
|
11 |
|
12 |
-
**Try out the [demo](https://huggingface.co/spaces/HuggingFaceM4/
|
13 |
|
14 |
# Model Description
|
15 |
|
|
|
9 |
---
|
10 |
|
11 |
|
12 |
+
**Try out the [demo](https://huggingface.co/spaces/HuggingFaceM4/screenshot2html)!**
|
13 |
|
14 |
# Model Description
|
15 |
|
vision.py
CHANGED
@@ -29,7 +29,7 @@ from transformers.utils import (
|
|
29 |
is_flash_attn_2_available,
|
30 |
logging,)
|
31 |
|
32 |
-
from .
|
33 |
|
34 |
|
35 |
logger = logging.get_logger(__name__)
|
|
|
29 |
is_flash_attn_2_available,
|
30 |
logging,)
|
31 |
|
32 |
+
from .configuration_vmistral import VMistralVisionConfig
|
33 |
|
34 |
|
35 |
logger = logging.get_logger(__name__)
|