Y
Hacker News
new
|
ask
|
show
|
jobs
by
f0000
917 days ago
Just run them on AWS
2 comments
pogue
917 days ago
Can you expand more on how that's done or point me in the direction to a guide?
link
dr_kiszonka
917 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
917 days ago
So you just start a notebook and then what?
link
dr_kiszonka
916 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
PeterStuer
917 days ago
How would AWS run the user's models locally (as per the question)?
link