Remove now deprecated / ignored xla_device config setting
Browse filesAvoid
```
The `xla_device` argument has been deprecated in v4.4.0 of Transformers. It is ignored and you can safely remove it from your `config.json` file.
```
- config.json +0 -1
config.json
CHANGED
@@ -48,5 +48,4 @@
|
|
48 |
}
|
49 |
},
|
50 |
"vocab_size": 32128,
|
51 |
-
"xla_device": true
|
52 |
}
|
|
|
48 |
}
|
49 |
},
|
50 |
"vocab_size": 32128,
|
|
|
51 |
}
|