Hacker News new | ask | show | jobs
by f0000 917 days ago
Just run them on AWS
2 comments

Can you expand more on how that's done or point me in the direction to a guide?
Possibly the easiest way would be to run them in a notebook on Amazon SageMaker.

https://aws.amazon.com/sagemaker/notebooks/

So you just start a notebook and then what?
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.
How would AWS run the user's models locally (as per the question)?