warn(README): `transformers>=4.40.0` dependency
Browse files
README.md
CHANGED
|
@@ -30,6 +30,8 @@ extra_gated_fields:
|
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
|
|
|
|
|
|
| 33 |
`StableLM 2 12B Chat` uses the following instruction ChatML format.
|
| 34 |
This format is also available through the tokenizer's `apply_chat_template` method:
|
| 35 |
|
|
|
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
+
**NOTE**: This model requires `transformers>=4.40.0`
|
| 34 |
+
|
| 35 |
`StableLM 2 12B Chat` uses the following instruction ChatML format.
|
| 36 |
This format is also available through the tokenizer's `apply_chat_template` method:
|
| 37 |
|