xennon-sudo

Results 4 comments of xennon-sudo

1. Persisting a Long System Instruction llama.cpp doesn’t have a built-in “system instruction” feature like OpenAI API does. You have to manually include your long system instruction in every prompt...

I have succesfully built it and you can too! Just ask Chatgpt

  ENV DEBIAN_FRONTEND=noninteractive   # Update & install system dependencies RUN apt-get update && apt-get install -y \ wget \ curl \ git \ cmake \ build-essential \ python3 \ python3-pip \...