관리 메뉴

웹개발자의 기지개

[Ollama] 맥북 M5 Max Local LLM 돌리기 본문

LLM/Ollama

[Ollama] 맥북 M5 Max Local LLM 돌리기

웹개발자 워니 2026. 5. 15. 07:40

https://www.youtube.com/watch?v=q4MyuQDOVto

 

 

 

 

https://github.com/drivetechodyssey-tech/m5max-llm-setup

 

GitHub - drivetechodyssey-tech/m5max-llm-setup: M5 Max를 구매한 후 Local LLM을 설정하는 과정이 생각보다 번거

M5 Max를 구매한 후 Local LLM을 설정하는 과정이 생각보다 번거로워서, 처음 쓰는 사람들도 쉽게 설치할 수 있도록 스크립트를 만들었습니다. - drivetechodyssey-tech/m5max-llm-setup

github.com

 

 

Drive Tech Odyssey 님의 Mac 으로 Local LLM 설치 사용기를 상세히 살펴볼 수 있다.

 

 

설치하기

 

# Install Homebrew first
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Apply Homebrew PATH
eval "$(/opt/homebrew/bin/brew shellenv)"

# Download setup script
curl -O https://raw.githubusercontent.com/drivetechodyssey-tech/m5max-llm-setup/main/local-llm-m5max-setup.sh

# Download Ollama for mac
curl -fsSL https://ollama.com/install.sh | sh

# Make executable
chmod +x local-llm-m5max-setup.sh

# Run
./local-llm-m5max-setup.sh

 

 

m5max-llm-setup-main.zip
0.00MB

 

 

Comments