Markdown fix for troubleshooting
Browse files
README.md
CHANGED
@@ -75,8 +75,8 @@ raise KeyError(key)
|
|
75 |
KeyError: 'mistral'
|
76 |
```
|
77 |
|
78 |
-
Installing transformers from source should solve the issue
|
79 |
-
pip install git+https://github.com/huggingface/transformers
|
80 |
|
81 |
This should not be required after transformers-v4.33.4.
|
82 |
|
|
|
75 |
KeyError: 'mistral'
|
76 |
```
|
77 |
|
78 |
+
Installing transformers from source should solve the issue: \
|
79 |
+
```pip install git+https://github.com/huggingface/transformers```
|
80 |
|
81 |
This should not be required after transformers-v4.33.4.
|
82 |
|