Rename, fschat support

This commit is contained in:
city_unit
2023-11-19 00:32:14 -05:00
parent 99cf0b6d7b
commit 6b22dc0119
2 changed files with 14 additions and 7 deletions

View File

@@ -1,13 +1,15 @@
version: '3.8'
services:
tabbyapi:
build: .
build:
context: .
args:
INSTALL_FSCHAT: "true" # Set this to "true" or "false" as needed
ports:
- "5000:5000"
runtime: nvidia
environment:
- NAME=TabbyAPI
- NVIDIA_VISIBLE_DEVICES=all
# volumes:
# - /path/to/models:/usr/src/app/models
# - /path/to/config:/usr/src/app/config.yml
volumes:
- /mnt/nvme/models:/usr/src/app/models