Skip to content

Commit

Permalink
applied suggestion of more specific cocoapod training installation in…
Browse files Browse the repository at this point in the history
…structions

Co-authored-by: Edward Chen <[email protected]>
  • Loading branch information
carzh and edgchen1 authored Aug 9, 2023
1 parent 90b89d9 commit 51668cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,13 +636,13 @@ var ot_validCombos = {
"pip install onnxruntime-training<br/><br/>*</b><a href='https://download.onnxruntime.ai/' target='blank'>Available versions</a>",

"ot_ios,ot_on_device,ot_objc,ot_X64,ot_CPU":
"Add 'onnxruntime-training-c' or 'onnxruntime-training-objc' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
"Add 'onnxruntime-training-objc' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",

"ot_ios,ot_on_device,ot_c,ot_X64,ot_CPU":
"Add 'onnxruntime-training-c' or 'onnxruntime-training-objc' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
"Add 'onnxruntime-training-c' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",

"ot_ios,ot_on_device,ot_cplusplus,ot_X64,ot_CPU":
"Add 'onnxruntime-training-c' or 'onnxruntime-training-objc' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
"Add 'onnxruntime-training-c' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",

};

Expand Down

0 comments on commit 51668cf

Please sign in to comment.