Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ For more details see: https://github.com/bjoernpl/bitllama
|
|
9 |
|
10 |
The model was initialized with the following config:
|
11 |
|
12 |
-
```
|
13 |
from transformers.models.bitllama import BitLlamaForCausalLM, LlamaConfig
|
14 |
|
15 |
model_config = LlamaConfig(
|
|
|
9 |
|
10 |
The model was initialized with the following config:
|
11 |
|
12 |
+
```python
|
13 |
from transformers.models.bitllama import BitLlamaForCausalLM, LlamaConfig
|
14 |
|
15 |
model_config = LlamaConfig(
|