Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,11 @@ tags:
|
|
12 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
---
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
# Uploaded model
|
16 |
|
17 |
- **Developed by:** herisan
|
|
|
12 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
13 |
---
|
14 |
|
15 |
+
# Usage
|
16 |
+
|
17 |
+
!pip -q install git+https://github.com/huggingface/transformers # need to install from github
|
18 |
+
!pip -q install bitsandbytes accelerate xformers einops
|
19 |
+
|
20 |
# Uploaded model
|
21 |
|
22 |
- **Developed by:** herisan
|