They can now answer
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
context: .
|
||||
dockerfile: TelegramBot/Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
- TelegramBot/.env
|
||||
|
||||
llm-server:
|
||||
@@ -15,7 +16,7 @@
|
||||
- ${MODEL_PATH}:/models
|
||||
ports:
|
||||
- "80:80"
|
||||
command: -m /models/${MODEL_NAME} --port 80 --host 0.0.0.0 -n 128 -c 4096 --no-mmap -ngl 50 -fa -np 4
|
||||
command: -m /models/${MODEL_NAME} --port 80 --host 0.0.0.0 -n 128 -c ${CONTEXT_SIZE} --no-mmap -ngl 50 -fa -np 4
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user