Skip to content

amazeeio/llama2-lagoon

This branch is 8 commits ahead of domcyrus/lagoon-llama2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

afddde6 · Aug 22, 2023

History

28 Commits
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023
Aug 17, 2023

Repository files navigation

lagoon-llama2

lagoon going llama2

local run on mac M1

docker-compose up -d

curl test openai api

curl http://localhost:8000/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
     "model": "gpt-3.5-turbo",
     "messages": [{"role": "user", "content": "What do you think about when nobody is watching?"}],
     "temperature": 0.7,
     "max_tokens": 2000
   }'

About

lagoon going llama2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • Dockerfile 25.1%
  • Shell 2.2%