In this video, I will show you how to setup and run the new Open interpreter project locally. This is an open source implementation of the ChatGPT code interpreter. The best part, you can run it with Code-llama which is open source coding model. Watch the video to see how to set it up and run it for absolutely free!
LlamaCpp installation instructions:
For MacBooks (Apple Silicon):
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install -U llama-cpp-python --no-cache-dir
For Linux/Windows with Nvidia GPUs:
CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python
Let's Connect:
☕ Buy me a Coffee: https://ko-fi.com/promptengineering
|🔴 Support my work on Patreon: Patreon.com/PromptEngineering
🦾 Discord: https://discord.com/invite/t4eYQRUcXB
▶️️ Subscribe: https://www.youtube.com/@engineerprompt?sub_confirmation=1
💼Consulting: https://calendly.com/engineerprompt/consulting-call
Links:
https://github.com/KillianLucas/open-interpreter/#demo
Timestamps:
00:00 Intro
00:58 Installation
02:18 Running Open Interpreter
05:05 Setup Code-llama properly
08:40 Testing Code-llama with Open Interpreter
Download
0 formats
No download links available.
Open Interpreter: Run ChatGPT Code Interpreter locally with CodeLlama | NatokHD