Commit 02123f4
Merge PR #476: MetalRT backend + iOS demo polish (rebased on main)
Introduces a new MetalRT GPU-accelerated inference backend (LLM/STT/TTS/VLM)
for Apple Silicon on iOS + substantial iOS example-app polish (thinking
mode, benchmark metrics, tool-calling fixes, voice-session error gating).
Note: RAC_FRAMEWORK_METALRT = 10. Genie (which claimed slot 10 on the
reverted smonga/genie_support merge) is not currently on main. If #462
re-adds Genie, we will renumber Genie to slot 11 in that merge.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>82 files changed
Lines changed: 4825 additions & 372 deletions
File tree
- examples/ios/RunAnywhereAI
- RunAnywhereAI.xcodeproj
- RunAnywhereAI
- App
- Features
- Benchmarks
- Models
- Services
- Utilities
- ViewModels
- Views
- Chat
- Models
- ViewModels
- Views
- Models
- RAG
- ViewModels
- Views
- Settings
- Vision
- Voice
- Helpers
- sdk
- runanywhere-commons
- include/rac
- backends
- core
- infrastructure/model_management
- scripts
- src
- backends
- llamacpp
- metalrt
- stubs
- core
- capabilities
- features
- llm
- stt
- tts
- vlm
- infrastructure/model_management
- runanywhere-swift
- Sources
- MetalRTRuntime
- Resources
- include
- RunAnywhere
- CRACommons/include
- Features/TTS/Services
- Foundation/Bridge
- Extensions
- Public/Extensions
- LLM
- Models
- TTS
- VoiceAgent
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
| 94 | + | |
85 | 95 | | |
86 | 96 | | |
87 | 97 | | |
| |||
221 | 231 | | |
222 | 232 | | |
223 | 233 | | |
224 | | - | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
227 | 290 | | |
228 | 291 | | |
229 | 292 | | |
| |||
251 | 314 | | |
252 | 315 | | |
253 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
254 | 321 | | |
255 | 322 | | |
256 | 323 | | |
| |||
302 | 369 | | |
303 | 370 | | |
304 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
305 | 385 | | |
306 | 386 | | |
307 | 387 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| 314 | + | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| |||
1080 | 1083 | | |
1081 | 1084 | | |
1082 | 1085 | | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
1083 | 1091 | | |
1084 | 1092 | | |
1085 | 1093 | | |
| |||
0 commit comments