mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
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:
parent
e1b7cd00f8
commit
ab90551852
1 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue