DavidGF commited on
Commit
27402b0
1 Parent(s): cb7b415

Update README.md

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