Update README.md
Browse files
README.md
CHANGED
|
@@ -32,8 +32,6 @@ Extensible Configuration: Leverages a custom configuration setup that can be eas
|
|
| 32 |
**How to load and call Kraken model :**
|
| 33 |
```
|
| 34 |
from transformers import AutoModelForCausalLM
|
| 35 |
-
|
| 36 |
-
|
| 37 |
device = "cuda:0" ## Setup "cuda:0" if NVIDIA, "mps" if on Mac
|
| 38 |
|
| 39 |
# Load the model and config:
|
|
|
|
| 32 |
**How to load and call Kraken model :**
|
| 33 |
```
|
| 34 |
from transformers import AutoModelForCausalLM
|
|
|
|
|
|
|
| 35 |
device = "cuda:0" ## Setup "cuda:0" if NVIDIA, "mps" if on Mac
|
| 36 |
|
| 37 |
# Load the model and config:
|