mrm8488 commited on
Commit
2336d9e
1 Parent(s): b713267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -54,9 +54,9 @@ The model was converted using [this notebook](https://nbviewer.org/urls/huggingf
54
  ### How to use
55
 
56
  ```sh
57
- !pip install transformers==4.14.1
58
- !pip install bitsandbytes-cuda111==0.26.0
59
- !pip install datasets==1.16.1
60
  ```
61
 
62
  ```py
 
54
  ### How to use
55
 
56
  ```sh
57
+ pip install transformers==4.14.1
58
+ pip install bitsandbytes-cuda111==0.26.0
59
+ pip install datasets==1.16.1
60
  ```
61
 
62
  ```py