Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,9 @@ Assistant: Segundo as 煤ltimas estimaci贸ns, Galicia ten uns 2,8 mill贸ns de hab
|
|
65 |
To use this model, follow the example code provided below. Ensure you have the necessary libraries installed (e.g., Hugging Face's `transformers`).
|
66 |
|
67 |
### Installation
|
|
|
|
|
|
|
68 |
|
69 |
```bash
|
70 |
pip install transformers bitsandbytes "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" llmtuner xformers
|
|
|
65 |
To use this model, follow the example code provided below. Ensure you have the necessary libraries installed (e.g., Hugging Face's `transformers`).
|
66 |
|
67 |
### Installation
|
68 |
+
```bash
|
69 |
+
git clone https://huggingface.co/abrahammg/Llama3-8B-Galician-Chat
|
70 |
+
```
|
71 |
|
72 |
```bash
|
73 |
pip install transformers bitsandbytes "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" llmtuner xformers
|