Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (31 loc) · 921 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 921 Bytes

Amazon_EC2_Inf1

END


Setup

.
├── README.md
├── client
│   ├── Dockerfile
│   └── app
│       ├── app.py
│       ├── client.py
│       └── requirements.txt
├── docker-compose.yaml
├── server
│   ├── Dockerfile
│   └── model-repository
│       ├── BoonMoSa
│       │   ├── 1
│       │   │   ├── model.py
│       │   │   └── model_neuron.pt.keep -> model_neuron.py로 교체!
│       │   └── config.pbtxt
│       └── gen_triton_model.py
└── sh
    ├── curl.sh
    ├── gen.sh
    └── rm.sh
$ docker compose up -d