Y
Hacker News
new
|
ask
|
show
|
jobs
by
pogue
922 days ago
Can you expand more on how that's done or point me in the direction to a guide?
1 comments
dr_kiszonka
922 days ago
Possibly the easiest way would be to run them in a notebook on Amazon SageMaker.
https://aws.amazon.com/sagemaker/notebooks/
link
dvfjsdhgfv
921 days ago
So you just start a notebook and then what?
link
dr_kiszonka
921 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
https://aws.amazon.com/sagemaker/notebooks/