Benjamin Reich

Results 12 issues of Benjamin Reich

fix for #35

needs testing

```yaml services: tabby: restart: always image: tabbyml/tabby entrypoint: /opt/tabby/bin/tabby-cpu command: serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct volumes: - ".data/tabby:/data" ports: - 8080:8080 ``` which is document here https://tabby.tabbyml.com/docs/quick-start/installation/docker-compose/ wont work ```...

bug