Skip to content

Commit 1e117da

Browse files
docs: remove deprecated info in README, BUILDING, and CONTRIBUTING md files (#1139)
1 parent bb1a702 commit 1e117da

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

BUILDING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### Building
1+
Building from Source
2+
====================
23

34
This page describes building Core ML Tools (coremltools) from the source repository.
45

@@ -55,7 +56,4 @@ For more information, see the following:
5556
* [API Reference](https://coremltools.readme.io/reference/convertersconvert)
5657
* [Core ML Specification](https://mlmodel.readme.io/)
5758
* [Contribution Guidelines](CONTRIBUTING.md) for reporting issues and making requests
58-
* Third-party repositories:
59-
* [onnx-coreml](https://github.com/onnx/onnx-coreml): Convert ONNX models into the Core ML format.
60-
* [tf-coreml](https://github.com/tf-coreml/tf-coreml): Convert from TensorFlow to CoreML.
6159

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@ For more information, see the following:
3838
* [API Reference](https://coremltools.readme.io/reference/convertersconvert)
3939
* [Core ML Specification](https://mlmodel.readme.io/)
4040
* [Building from Source](BUILDING.md)
41-
* Third-party repositories:
42-
* [onnx-coreml](https://github.com/onnx/onnx-coreml): Convert ONNX models into the Core ML format.
43-
* [tf-coreml](https://github.com/tf-coreml/tf-coreml): Convert from TensorFlow to CoreML.
44-
4541

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Use *coremltools* to convert machine learning models from third-party libraries
1111
* [TensorFlow 2.x](https://www.tensorflow.org/api_docs)
1212
* [PyTorch](https://pytorch.org/)
1313
* [TensorFlow's Keras APIs](https://keras.io/)
14-
* [Multi-backend Keras](https://github.com/keras-team/keras)
15-
* [Open Neural Network eXchange](http://onnx.ai/) (ONNX)
16-
* [Caffe](https://caffe.berkeleyvision.org/model_zoo.html)
1714
* Non-neural network frameworks:
1815
* [scikit-learn](https://scikit-learn.org/stable/)
1916
* [XGBoost](https://xgboost.readthedocs.io/en/latest/)
@@ -41,8 +38,5 @@ To install coremltools, see the [“Installation“ page](https://coremltools.re
4138
* [Core ML Specification](https://mlmodel.readme.io/)
4239
* [Building from Source](BUILDING.md)
4340
* [Contribution Guidelines](CONTRIBUTING.md)
44-
* Third-party repositories:
45-
* [onnx-coreml](https://github.com/onnx/onnx-coreml): Convert ONNX models.
46-
* [tf-coreml](https://github.com/tf-coreml/tf-coreml): Convert from TensorFlow.
4741

4842

0 commit comments

Comments
 (0)