Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,11 @@ datasets:
|
|
16 |
|
17 |
# Uploaded model
|
18 |
|
19 |
-
|
|
|
|
|
20 |
|
|
|
21 |
````Python
|
22 |
# Installs Unsloth, Xformers (Flash Attention) and all other packages!
|
23 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
16 |
|
17 |
# Uploaded model
|
18 |
|
19 |
+
````Markdown
|
20 |
+
##To perform inference using these LoRA adapters, please use the following code:
|
21 |
+
|
22 |
|
23 |
+
````
|
24 |
````Python
|
25 |
# Installs Unsloth, Xformers (Flash Attention) and all other packages!
|
26 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|