Liadox commited on
Commit
14b492d
·
1 Parent(s): 2433b68

Markdown fix for troubleshooting

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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