Skip to content

Latest commit

 

History

History
 
 

LLLM

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

LLLM

Local Large Language Model (LLLM): Call your LM Studio models from your Apple Vision Pro
GIF

Requirements

  • Install LM Studio on your Apple Silicon (M-Series) Mac
    • Click on Local Server in Left Menu
      • Download your model of choice (e.g. TheBloke/*)
      • Load your desired local Model
      • Click "Start Server" button for Port 1234
  • Xcode 15.2+

Instructions

Simulator

  • Open in Project in Xcode
  • Set your run destination to a Vision Pro Simulator
  • Play

Apple Vision Pro

  • Open in Project in Xcode
  • Set your run destination to a Vision Pro Simulator
  • Open APIResponseService.swift
    • Get your IP address
      • In Terminal, run: ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}'
    • Replace the text "ENTER THE IP ADDRESS OF THE MACHINE RUNNING LM STUDIO HERE" with your IP address
  • Play
  • When sending your prompt for the first time, Allow Network Access