Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This model was trained 2x faster with [Unsloth](https://github.com/unslothai/uns
|
|
28 |
|
29 |
### How to Use Alif 1.0 8B Instruct
|
30 |
|
31 |
-
Install the transformers, bitsandbytes libraries and load Alif 1.0 8B Instruct
|
32 |
|
33 |
```python
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
|
|
28 |
|
29 |
### How to Use Alif 1.0 8B Instruct
|
30 |
|
31 |
+
Install the transformers, bitsandbytes libraries and load Alif 1.0 8B Instruct as follows:
|
32 |
|
33 |
```python
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|