Leverging AI for your Enterprise

Опубликовано: 15 Март 2026
на канале: JJ Asghar
45
2

In this talk, I'll be discussing the foundational knowledge you need to have to engage with #ai in your #enterprise. With the bonus at the end, I'll set up #instructlab with just a few commands!

mkdir instructlab
cd instructlab
python3 -m venv --upgrade-deps venv
source venv/bin/activate
pip install instructlab
pip cache remove llama_cpp_python
pip install --force-reinstall llama_cpp_python==0.2.75 -C cmake.args="-DLLAMA_METAL=on"