add installation instruction for training pods (#17080)

### Description

Add instruction to install training CocoaPods


### Preview

https://vraspar.github.io/onnxruntime/docs/install/#training-phase---on-device-training

---------

Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: Baiju Meswani <bmeswani@microsoft.com>
This commit is contained in:
Vrajang Parikh 2023-08-10 10:16:30 -07:00 committed by GitHub
parent e1b7cd00f8
commit ab90551852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,41 @@ dependencies {
</ol>
</td>
</tr>
<tr>
<td>iOS</td>
<td>C, C++</td>
<td><b>CocoaPods: onnxruntime-training-c</b></td>
<td>
<ul>
<li>In your CocoaPods <code>Podfile</code>, add the <code>onnxruntime-training-c</code> pod:
<pre>
use_frameworks!
pod 'onnxruntime-training-c'
</pre>
</li>
<li>Run <code>pod install</code>.</li>
</ul>
</td>
</tr>
<tr>
<td></td>
<td> Objective-C</td>
<td><b>CocoaPods: onnxruntime-training-objc</b> </td>
<td>
<ul>
<li>
In your CocoaPods <code>Podfile</code>, add the <code>onnxruntime-training-objc</code> pod:
<pre>
use_frameworks!
pod 'onnxruntime-training-objc'
</pre>
</li>
<li>
Run <code>pod install</code>.
</li>
</ul>
</td>
</tr>
</table>
## Large Model Training