Skip to content

Commit

Permalink
add installation instruction for training pods (#17080)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
Co-authored-by: Baiju Meswani <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent e1b7cd0 commit ab90551
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab90551

Please sign in to comment.