oneuptime/Llama/Readme.md
Simon Larsen ba426b5580
fix llama
2023-10-14 17:59:52 +01:00

404 B

Llama

Prepare

  • Download models from meta
  • Once the model is downloaded, place them in the Llama/Models folder. Please make sure you also place tokenizer.model and tokenizer_checklist.chk in the same folder.
  • Edit Dockerfile to include the model name in the MODEL_NAME variable.
  • Docker build
docker build -t llama . -f ./Llama/Dockerfile

Run

docker run -it llama