Skip to content

Commit

Permalink
Fix triton server launching (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
npuichigo authored Dec 11, 2023
1 parent 3d9cda3 commit 38750af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 71 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ services:
tensorrtllm_backend:
image: npuichigo/tritonserver:711a28d
command:
- "python"
- "/scripts/launch_triton_server.py"
- "--model_repo=/models/baichuan"
- "tritonserver"
- "--model-repository=/models/baichuan"
- "--disable-auto-complete-config"
- "--backend-config=python,shm-region-prefix-name=prefix0_:"
volumes:
- ./scripts:/scripts
- ./models:/models
ports:
- "8000:8000"
Expand Down
67 changes: 0 additions & 67 deletions scripts/launch_triton_server.py

This file was deleted.

0 comments on commit 38750af

Please sign in to comment.