DavidGF commited on
Commit
c83613c
1 Parent(s): c3e65c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
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: