nicolinho commited on
Commit
7d50068
·
verified ·
1 Parent(s): aafada6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -24,7 +24,6 @@ Apart from this, it has been trained exactly as described in the tech report.
24
 
25
  ## Demo Code
26
  ```python
27
- # export ACCELERATE_MIXED_PRECISION=bf16
28
  import torch
29
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
30
  device = "cuda" # you can use "auto" for placing the model on several GPUs if your GPUs can not fit the model
 
24
 
25
  ## Demo Code
26
  ```python
 
27
  import torch
28
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
29
  device = "cuda" # you can use "auto" for placing the model on several GPUs if your GPUs can not fit the model