Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ Example repository used to document `generate` from the hub.
|
|
9 |
|
10 |
⚠️ this custom generation method has an impossible requirement and is meant to crash. If you try to run it, you should see something like
|
11 |
```
|
12 |
-
ValueError: Missing requirements for
|
13 |
foo (installed: None)
|
14 |
bar==0.0.0 (installed: None)
|
15 |
torch>=99.0 (installed: 2.6.0+cu126)
|
|
|
9 |
|
10 |
⚠️ this custom generation method has an impossible requirement and is meant to crash. If you try to run it, you should see something like
|
11 |
```
|
12 |
+
ValueError: Missing requirements for `transformers-community/custom_generate_bad_requirements`:
|
13 |
foo (installed: None)
|
14 |
bar==0.0.0 (installed: None)
|
15 |
torch>=99.0 (installed: 2.6.0+cu126)
|