Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,6 @@ Extensible Configuration: Leverages a custom configuration setup that can be eas
|
|
40 |
**How to load and call Kraken-Multilingual model :**
|
41 |
```
|
42 |
from transformers import AutoModelForCausalLM
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
device = "cuda:0" ## Setup "cuda:0" if NVIDIA, "mps" if on Mac
|
47 |
|
48 |
# Load the model and config:
|
|
|
40 |
**How to load and call Kraken-Multilingual model :**
|
41 |
```
|
42 |
from transformers import AutoModelForCausalLM
|
|
|
|
|
|
|
43 |
device = "cuda:0" ## Setup "cuda:0" if NVIDIA, "mps" if on Mac
|
44 |
|
45 |
# Load the model and config:
|