jon-tow commited on
Commit
9d693cd
1 Parent(s): 37e38dc

warn(README): `transformers>=4.40.0` dependency

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,8 @@ Please note: For commercial use, please refer to https://stability.ai/membership
28
 
29
  ## Usage
30
 
 
 
31
  Get started generating text with `Stable LM 2 12B` by using the following code snippet:
32
 
33
  ```python
 
28
 
29
  ## Usage
30
 
31
+ NOTE: This model requires `transformers>=4.40.0`
32
+
33
  Get started generating text with `Stable LM 2 12B` by using the following code snippet:
34
 
35
  ```python