Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
|
|
| 18 |
- **Base Model :** unsloth/llama-3-8b-Instruct-bnb-4bit
|
| 19 |
|
| 20 |
# For Proper Inference, please use:
|
| 21 |
-
!pip install "unsloth[colab-new] @ git+https://GitHub.com/unslothai/unsloth.git
|
| 22 |
|
| 23 |
### Loading the fine-tuned model and the tokenizer for inference
|
| 24 |
from unsloth import FastLanguageModel
|
|
|
|
| 18 |
- **Base Model :** unsloth/llama-3-8b-Instruct-bnb-4bit
|
| 19 |
|
| 20 |
# For Proper Inference, please use:
|
| 21 |
+
!pip install "unsloth[colab-new] @ git+https://GitHub.com/unslothai/unsloth.git
|
| 22 |
|
| 23 |
### Loading the fine-tuned model and the tokenizer for inference
|
| 24 |
from unsloth import FastLanguageModel
|