Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entelecheia/llama-container
A Container for the LLAMA inference
https://github.com/entelecheia/llama-container
Last synced: 17 days ago
JSON representation
A Container for the LLAMA inference
- Host: GitHub
- URL: https://github.com/entelecheia/llama-container
- Owner: entelecheia
- Created: 2023-08-26T10:58:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T18:59:49.000Z (about 1 year ago)
- Last Synced: 2023-08-29T01:31:42.483Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llama-container
This repository contains code to containerize the [Llama](https://github.com/facebookresearch/llama) large language model from Meta AI.
## Contents
- `Dockerfile`: Builds a Docker image with Llama and its dependencies
- `entrypoint.sh`: Entrypoint script to run Llama inference server
- `config.yaml`: Configuration for inference server
- `scripts/`: Helper scripts
- `download_llama.sh`: Downloads Llama model weights
- `start_server.sh`: Starts inference server
- `query_server.sh`: Sends sample queries to server## Usage