Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ language:
|
|
13 |
|
14 |
# How to infer
|
15 |
|
16 |
-
install libraries
|
17 |
```shell
|
18 |
pip install unsloth
|
19 |
pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
@@ -21,6 +21,7 @@ pip install -U torch
|
|
21 |
pip install -U peft
|
22 |
```
|
23 |
|
|
|
24 |
```py
|
25 |
from unsloth import FastLanguageModel
|
26 |
from peft import PeftModel
|
|
|
13 |
|
14 |
# How to infer
|
15 |
|
16 |
+
## install libraries
|
17 |
```shell
|
18 |
pip install unsloth
|
19 |
pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
21 |
pip install -U peft
|
22 |
```
|
23 |
|
24 |
+
## code
|
25 |
```py
|
26 |
from unsloth import FastLanguageModel
|
27 |
from peft import PeftModel
|