Y
Hacker News
new
|
ask
|
show
|
jobs
by
dvfjsdhgfv
924 days ago
So you just start a notebook and then what?
1 comments
dr_kiszonka
924 days ago
You then download a model you want, say, Llama 2. Install a Python package to interact with the model (possibly `pip install llama-cpp-python`) and have fun.
link