🤗 Models on Hugging Face | Blog | Website | Get Started
This repository is clone of https://github.com/meta-llama/llama-models, with files added to host the model as a server, locally, and than call it via API.
- multimedia_server.py code of server.
- simple_client.py it is a stand alone code, just to illustrate how to call the server. One may need to modify the IP in the url.
- run_server.sh: source run_server.sh should run the server.
