Skip to content

Commit a0eb53d

Browse files
committed
add visionOS, note on tiny models for mobile
1 parent 024392f commit a0eb53d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LLM for Unity is built on top of the awesome [llama.cpp](https://github.com/gger
3636
</sub>
3737

3838
## At a glance
39-
- 💻 Cross-platform! Windows, Linux, macOS, iOS and Android
39+
- 💻 Cross-platform! Windows, Linux, macOS, iOS, Android and VisionOS
4040
- 🏠 Runs locally without internet access. No data ever leave the game!
4141
- ⚡ Blazing fast inference on CPU and GPU (Nvidia, AMD, Apple Metal)
4242
- 🤗 Supports all major LLM models
@@ -143,6 +143,9 @@ You can also:
143143
<details>
144144
<summary>Build a mobile app</summary>
145145

146+
For mobile apps you can use models with up to 1-2 billion parameters ("Tiny models" in the LLM model manager).<br>
147+
Larger models will typically not work due to the limited mobile hardware.
148+
146149
**iOS**
147150
iOS can be built with the default player settings.
148151

0 commit comments

Comments
 (0)