Skip to content

Commit

Permalink
Merge pull request #3191 from shu223/genai-sampler
Browse files Browse the repository at this point in the history
Add GenAI-Sampler. 0db3c33
  • Loading branch information
vsouza committed Aug 12, 2024
1 parent cb9f978 commit 9816e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
- [TensorSwift](https://github.com/qoncept/TensorSwift) - A lightweight library to calculate tensors in Swift, which has similar APIs to TensorFlow's.
- [DL4S](https://github.com/palle-k/DL4S) - Deep Learning for Swift: Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift.
- [SwiftCoreMLTools](https://github.com/JacopoMangiavacchi/SwiftCoreMLTools) - A Swift library for creating and exporting CoreML Models in Swift.
- [iOS-GenAI-Sampler](https://github.com/shu223/iOS-GenAI-Sampler) - A collection of Generative AI examples on iOS.

**[back to top](#contributing-and-collaborating)**

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@ <h2 id="machine-learning"><a class="anchor" aria-hidden="true" tabindex="-1" hre
<li><a href="https://github.com/qoncept/TensorSwift">TensorSwift</a> - A lightweight library to calculate tensors in Swift, which has similar APIs to TensorFlow's.</li>
<li><a href="https://github.com/palle-k/DL4S">DL4S</a> - Deep Learning for Swift: Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift.</li>
<li><a href="https://github.com/JacopoMangiavacchi/SwiftCoreMLTools">SwiftCoreMLTools</a> - A Swift library for creating and exporting CoreML Models in Swift.</li>
<li><a href="https://github.com/shu223/iOS-GenAI-Sampler">iOS-GenAI-Sampler</a> - A collection of Generative AI examples on iOS.</li>
</ul>
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
<h2 id="maps"><a class="anchor" aria-hidden="true" tabindex="-1" href="#maps"><span class="octicon octicon-link"></span></a>Maps</h2>
Expand Down

0 comments on commit 9816e80

Please sign in to comment.