• 12 Posts
  • 72 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle




  • RandomlyRightOPtoSelfhosted@lemmy.worldFaster Ollama alternative
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 days ago

    Yeah, but there are many open issues on GitHub related to these settings not working right. I’m using the API, and just couldn’t get it to work. I used a request to generate a json file, and it never generated one longer than about 500 lines. With the same model on vllm, it worked instantly and generated about 2000 lines













  • For anyone trying this, make sure you do not have “- TS_USERSPACE=false” in your yaml from previous experimentation. After removing this, it works for me too.

    In the documentation they say to add sysctl entries, it is possible in docker compose like so:

    tailscale:
        sysctls:
          - net.ipv4.ip_forward=1
          - net.ipv6.conf.all.forwarding=1
    

    But it does not seem to make a difference for me. Does anyone know why these would not be required in this specific setup?