nielsr HF staff commited on
Commit
ee39d2d
·
1 Parent(s): a657cce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ outputs = model(**inputs)
48
  last_hidden_state = outputs.last_hidden_state
49
  ```
50
 
51
- Currently, both the feature extractor and model support PyTorch. Tensorflow and JAX/FLAX are coming soon, and the API of ViTFeatureExtractor might change.
52
 
53
  ## Training data
54
 
 
48
  last_hidden_state = outputs.last_hidden_state
49
  ```
50
 
51
+ Refer to the [docs](https://huggingface.co/docs/transformers/model_doc/vit) for usage in TensorFlow and JAX/FLAX.
52
 
53
  ## Training data
54