jingwang commited on
Commit
4059575
1 Parent(s): 156d2a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -22,8 +22,10 @@ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslo
22
 
23
  # install dependencies in google colab
24
 
25
- ```!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"```
26
- ```!pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes```
 
 
27
 
28
  # inference
29
  ```python
 
22
 
23
  # install dependencies in google colab
24
 
25
+ ```shell
26
+ !pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
27
+ !pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes
28
+ ```
29
 
30
  # inference
31
  ```python