diff --git a/docs/build/training.md b/docs/build/training.md index 1840a35941..e90c283310 100644 --- a/docs/build/training.md +++ b/docs/build/training.md @@ -49,6 +49,10 @@ redirect_from: /docs/how-to/build/training Refer to the [iOS build instructions](./ios.md) and add the ```--enable_training_apis``` build flag. + f. For web + + Refer to the [web build instructions](./web.md). + > **Note** > > - To build the C# bindings, add the ```--build_nuget``` flag to the build command above. diff --git a/docs/get-started/with-web.md b/docs/get-started/with-web.md index 5ce0d9950a..ab757108ba 100644 --- a/docs/get-started/with-web.md +++ b/docs/get-started/with-web.md @@ -18,3 +18,4 @@ ORT Web can be used in your web applications for model inferencing. * [Build from source](./../build/web.md) * [Tutorials: Deploy on web](./../tutorials/web/index.md) * [Guide: Build a web application with ONNX Runtime](./../tutorials/web/build-web-app) +* [Training on web demo](https://github.com/microsoft/onnxruntime-training-examples/tree/master/on_device_training/web) diff --git a/docs/install/index.md b/docs/install/index.md index 2ad321769a..13bb63eb57 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -406,6 +406,19 @@ pod 'onnxruntime-training-objc' +
npm install onnxruntime-web+
import * as ort from 'onnxruntime-web/training'; or const ort = require('onnxruntime-web/training');
+ Platform list contains five items
+Platform list contains six items
API list contains six items
+API list contains seven items